Accelerated Development
Moderator: General Moderators
Accelerated Development
What is the best way to quickly generate CRUD including the views, controllers and models based on a table schema?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Accelerated Development
Many frameworks have scaffolding and command line tools that can generate the MVC files given a table.
(#10850)
Re: Accelerated Development
I use MySQL Workbench export plugins, Propel code generator and my own code generators (MVC PHP components and ExtJS GUI).
There are 10 types of people in this world, those who understand binary and those who don't
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: Accelerated Development
The quickest and easiest that I have found is CakePHP. I love it.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.