Oh, no! This is unnecessary.
Create a Bootstrap class in the module and everything runs!


Am 11.02.2013, 11:27 Uhr, schrieb Chintan Patel <ch11cvaind...@gmail.com>:

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


Reply via email to