プラグインを含め SecurityCheck.php (Login_Plugin_SecurityCheck) in bootstrap.php
ました。そのエラーが発生しました-> Call to undefined method Zend_Application::getResource() in Bootstrap.php
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());
}
}
このエラーを解決する方法。