Matthew Weier O'Phinney-3 wrote:
>
> Even easier -- drop a Bootstrap.php into modules/lab/ with the class
> Lab_Bootstrap, and have that class extend
> Zend_Application_Module_Bootstrap, and it will do it for you. :)
>
> application/
> modules/
> lab/
> Bootstrap.php
>
>
> class Lab_Bootstrap extends Zend_Application_Module_Autoloader
> {
> }
>
will it? i tried that and it says
Class 'Lab_Model_Department' not found in ...
--
View this message in context:
http://www.nabble.com/Adding-routes-with-application.ini-tp23293676p23333610.html
Sent from the Zend Framework mailing list archive at Nabble.com.