Activate appNamespace setting for autoloading


/ Published in: PHP
Save to your folder(s)

add in bootstrap


Copy this code and paste it in your HTML
  1. protected function _initRequest() {
  2. $options = $this->getOptions();
  3. $this->getApplication()->setAutoloaderNamespaces(array($options["appnamespace"]));
  4. }

URL: http://framework.zend.com/issues/browse/ZF-9048

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.