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_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_Tool is a command line tool released with the latest version of Zend Framework. It will jump-start the development automating some tasks like the creation of an empty project or of a controller class.
zend_application, zend_tool, zend framework
In this recent post to his blog Madarco shows how to create a simple Facebook application using the Zend Framework as the backend.