开发者

Is there a Zend Tool command for scaffolding?

开发者 https://www.devze.com 2023-02-06 17:53 出处:网络
Does Zend Tool have a zf command that does the same as this Ruby on Rails command开发者_开发百科:

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

  • http://framework.zend.com/wiki/display/ZFPROP/Zend_Controller_Front_Scaffold
  • http://framework.zend.com/wiki/display/ZFPROP/Zend_Controller_Scaffolding+-+Alex+Oroshchuk

The first one is from 2007 and does not seem to be maintainend any longer. The second one looks like it's more active.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号