00001 <?php 00025 // Get a debugger instance 00026 $debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig('debug_class')); 00027 00028 // Empty string should be ignored and used for testing the middleware 00029 DebugMiddleware::getInstance()->output(""); 00030 00031 // [EOF] 00032 ?>
1.5.6