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?
There is no official ZF Command to scaffold.
There are two proposals for this
The first one is from 2007 and does not seem to be maintainend any longer. The second one looks like it's more active.