Generate code for Zend Framework

Can Zend Framework do scaffolding like Symfony or Cake ? No, would you say after downloading the framework and trying out. But a quick search out there shows that you’re not the only one thinking about it. In fact there are many code generators out there for PHP   : look out for Codecharge, codeigniter, or any cakephp like framework. What was missing was code specific for Zend Framework, which offers the great advantage of being developped actively and offers new versions often. A quick browse on french developers forum popped up a few applications to be tested, and looking a bit further I found some interesting implementations of scaffolding for Zend Framework :

  1. 2 Responses to “Generate code for Zend Framework”

  2. hi,

    I’ve learned a new term : CRUD !

    I was doing CRUD without knowing it … lol

    EasyPhpApp is far from being finished…

    Help me doing it better !

    By Quazardous on Oct 22, 2008

  3. Don’t forget Zend_Tool! :) Already available in incubator with a few providers. We’re looking to take code generation to the next level with 1.8.

    ,Wil

    By Wil Sinclair on Feb 8, 2009

Post a Comment