Zend CLI Commands
zf assumes that Zend is installed and zf.sh is aliased or symlinked to zf.
Initialize a new Zend project. Creates the folder/file structure in the project_name folder.zf create project project_name
List all the possible commands.zf -help
Enable a global layout with Zend_Layout. Application layout, layouts/scripts/layout.phtml.zf enable layout
Create a Model, models/ModelName.php, (camelCased).zf create model modelName
