Created
April 1, 2014 16:59
-
-
Save BinaryKitten/9918336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| protected function _initModules() | |
| { | |
| $moduleAutoloader = new Zend_Application_Module_Autoloader(array( | |
| 'namespace' => '', | |
| 'basePath' => APPLICATION_PATH . '/modules/default' | |
| )); | |
| return $moduleAutoloader; | |
| var_dump(Zend_Registry); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment