Try this.. $moduleLoader = new Zend_Application_Module_Autoloader(array( 'namespace' => 'Register', 'basePath' => APPLICATION_PATH . "/modules*/register*", 'resourceTypes' => array( 'models' => array( 'path' => 'models', 'namespace' => 'Model' ), ), ));
-- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Model-Class-Not-Found-tp4659072p4659116.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com