All about Zend_Tool in ZF 1.8
Ralph Schindler has written and article on ZendTool and ZF 1.8 on devzone. In it he explains what ZendTool is and how to use it.
Instead of whipping together a system that was targeted specifically for creating ZF based applications, specifically on the command line, and strictly generating code and not modifying existing code, we set out to build a system extensible in every regard that should concern a developer. Zend_Tool was designed to facilitate abstraction at all the necessary points where we felt that developers would want to extend the system.
He then goes on to show what Zend_Tool can currently do using a series of screenshots.

