Accelerated Development

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Accelerated Development

Post by Benjamin »

What is the best way to quickly generate CRUD including the views, controllers and models based on a table schema?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Accelerated Development

Post by Christopher »

Many frameworks have scaffolding and command line tools that can generate the MVC files given a table.
(#10850)
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Accelerated Development

Post by VladSun »

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
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: Accelerated Development

Post by AbraCadaver »

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.
Post Reply