hi,
I'm trying to get the resource autoloader working with Zend_App, my
application.ini has:
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
resources.modules[] =
And I'm expecting that a class called Test_Model_User would map to
modules/test/models/User.php
However, the class cannot be found. Looking at the code (v1.9.5) it
appears that the resource autoloader is only instantiated for a module
if that module has a custom Bootstrap which extends
Zend_Application_Module_Bootstrap. Tried that, still nothing.
Am a little confused, since the docs suggest simply this will do:
resources.modules[] =
Any help appreciated :)
best wishes,
Si