Example #1
0
 function bz_test($clsFile)
 {
     $botzilla = new botzilla(0, 0, 0, 0);
     $botzilla->logging_enable(0);
     $botzilla->addZiggi($clsFile);
     $botzilla->webdebug = true;
     if (!is_object(current($botzilla->ziggis))) {
         exit;
     }
     $this->z =& current($botzilla->ziggis);
 }