class Bootstrap
{
protected function _initZFDebug()
{
$this->bootstrap('frontcontroller');
Zend_Loader_Autoloader::getInstance()->registerNamespace('ZFDebug');
$this->getResource('frontController')->registerPlugin(new
ZFDebug_Controller_Plugin_Debug());
}
}
There you go.
Best regards,
Andreas
没有评论:
发表评论