hmm then say i want to convert
$resourceLoader = new Zend_Loader_Autoloader_Resource(array(
'basePath' => APPLICATION_PATH . '/modules/lab',
'namespace' => 'Lab',
));
$resourceLoader->addResourceType('form', 'forms/', 'Form')
->addResourceType('model', 'models/', 'Model');to put into application.ini? -- View this message in context: http://www.nabble.com/Adding-routes-with-application.ini-tp23293676p23332965.html Sent from the Zend Framework mailing list archive at Nabble.com.
