Zend_Tool : Action 'show' is not a valid action.
Sometimes you can get a head-ache looking at those stupid little things that make your app go gaga.

Sometimes you can get a head-ache looking at those stupid little things that make your app go gaga.
zend_config, zend_application_resource, zend_application, zend framework
In my everlasting quest to get to an application with self-containing modules, I took a big step today. I added the module specific config loading and a quick acl implementation.
zend_layout, zend_controller_router, zend framework
I'm playing a bit with how I should organize my application. I don't want to put my admin controllers in a seperate module. This would provide problems when I want to have self-containing modules which contain a front and back-end part.
zend_application, zend_tool, modules, zend framework
I admit. I am a sucker for modules. I like my code nicely seperated in manageable blocks, that I can reuse whenever I want. Needless to say, I'm a big fan of the modules in Zend Framework.
zend_navigation, zend framework
Very interesting videocast on the Zend_Navigation component in Zend Framework. The author explains how to set up the configuration in the bootstrap, add a site menu, breadcrumbs and a sitemap.