3

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?

Gordon
  • 312,688
  • 75
  • 539
  • 559
XMen
  • 29,384
  • 41
  • 99
  • 151
  • Can you please give example commands from RoR and/or rephrase the question. The current phrasing is very hard to understand. Are you looking for scaffolding? – Gordon Jan 22 '11 at 18:24
  • 1
    Yeah gordon m looking for scaffolding in ZF – XMen Jan 22 '11 at 18:28

1 Answers1

1

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.

Gordon
  • 312,688
  • 75
  • 539
  • 559
  • I had downloaded this http://framework.zend.com/wiki/display/ZFPROP/Zend_Controller_Scaffolding+-+Alex+Oroshchuk but not getting how to use the use case 1 – XMen Jan 23 '11 at 06:18
  • @Rahul sorry, cant help with that. – Gordon Jan 24 '11 at 13:05