我列入了缩略语<代码>。 SecurityCheck.php (Login_Plugin_securityCheck) in postsgil.php。 缩略语 9.9 下面是我的法典。
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
protected function _initPlugins()
{
$bootstrap = $this->getApplication();
$bootstrap->bootstrap( frontcontroller );
$front = $bootstrap->getResource( frontcontroller );
$front->registerPlugin(new Login_Plugin_SecurityCheck());
}
}
如何解决这一错误。