Page 1 of 1
Accelerated Development
Posted: Wed Oct 19, 2011 10:02 pm
by Benjamin
What is the best way to quickly generate CRUD including the views, controllers and models based on a table schema?
Re: Accelerated Development
Posted: Thu Oct 20, 2011 1:47 pm
by Christopher
Many frameworks have scaffolding and command line tools that can generate the MVC files given a table.
Re: Accelerated Development
Posted: Thu Oct 20, 2011 3:16 pm
by VladSun
I use MySQL Workbench export plugins, Propel code generator and my own code generators (MVC PHP components and ExtJS GUI).
Re: Accelerated Development
Posted: Thu Oct 20, 2011 4:14 pm
by AbraCadaver
The quickest and easiest that I have found is CakePHP. I love it.