I've got two modules, default and admin. While ZF does load admin layout correctly, it always loads only default-module controllers and default-module views.
The path to controllers is specified in module.ini file for each module. I have also tried to specify it in application.ini like this:
admin.resources.frontController.controllerDirectory = APPLICATION_PATH "/modules/admin/controllers"
With no effect whatsoever. Any ideas where the problem might be? I really liked ZF before I started working with modules..