Skip to content

Instantly share code, notes, and snippets.

@BinaryKitten
Created April 1, 2014 16:59
Show Gist options
  • Select an option

  • Save BinaryKitten/9918336 to your computer and use it in GitHub Desktop.

Select an option

Save BinaryKitten/9918336 to your computer and use it in GitHub Desktop.
<?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