[31.01.2007 21:08] Ralph Schindler wrote:
Cheers, and let me know what you think!
There's a bug:
// ...
protected static function start()
{
if ($namespace == "") {
throw new Exception(__CLASS__ . ": namespace cannot be
null.");
}
// ...
$namespace is not defined.
nico
