The Zend Tool has a command zfthat does the same thing as this Ruby on Rails command:
ruby script/generate scaffold ModelName [field:type field:type ...]
In other words, can the Zend Tool create resources that already contain code for CRUD actions?
source
share