mbn_18

mbn_18

May 18th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1.     public function onBootstrap(Event $e)
  2.     {
  3.         $app = $e->getTarget();
  4.         $locator = $app->getServiceLocator()->get('Di');
  5.         $locator = $app->getServiceLocator();
  6.         $locator = $app->getLocator();
  7.         $this->helperLoader = $app->getLocator()->get('Zend\View\HelperLoader');
  8.     }
  9.  
  10. Fatal error: Call to undefined method Zend\Mvc\Application::getServiceLocator() in /srv/httpd/cms/zf2/module/TestNodule/Module.php on line 63
Advertisement
Add Comment
Please, Sign In to add comment