Beispiel #1
0
 public static function run()
 {
     try {
         new Bootstrap();
         Zend_Controller_Front::getInstance()->dispatch();
         // catch exception
     } catch (Exception $e) {
         BaseZF_Error_Handler::printException($e);
     }
 }