====== Debug-Modus in Xajax 0.5 aktivieren ====== $xajax->setFlag( 'debug', true ); //Beispiel:// $xajax = new xajax(); $xajax->setFlag( 'debug', true ); $DLP = new DLP(); $xajax->registerFunction( array( "createZip", &$DLP, "createZip") ); $xajax->processRequest ();