New Zend_Application feature/update
Posted on 22/12/2009 at 02:59 PM
Just noticed this in the trunk of ZF, probably in 1.10 too. You do not now need to register the default resource autoloader for your default module, you can now simply put appnamespace = “myNamepase” in the app config. This will register the default resources for your default module.