Ok, so maybe you need to register namespace first? 

foreach ( $helper->getModuleList(APPLICATION_PATH . '/modules', true) as
$module => $dir ) 
  {
   $autoloader->->registerNamespace($module);
   $loader = new Zend_Application_Module_Autoloader(array( 
                'namespace' => $module, 
                'basePath'  => $dir, 
      ));
  }
-- 
View this message in context: 
http://n4.nabble.com/Module-Autoloader-Issue-tp1354954p1364016.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to