Zend_Tool
In Zends Developer Zone gibt es ein Tutorial zu Zend_Tool.
Ich hab’s noch nicht ausprobiert, aber es scheint ähnliche Dinge zu tun wie das bake Skript von CakePHP.
Out of the box, Zend_Tool (specifically Zend_Tool_Project) is capable of creating a working “hello world” application. This project comes complete with the proper directory structure, an index file, a bootstrap file, an index and error controller and the corresponding view scripts. (…) Zend_Tool_Project also comes with the ability to be able to create actions (within existing Action Controllers) and create the corresponding view scripts as well.

