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