Are there PHP tools to generate CRUD screens from DB schema? [closed] Are there PHP tools to generate CRUD screens from DB schema? [closed] php php

Are there PHP tools to generate CRUD screens from DB schema? [closed]


The Yii Framework Does this out of the box. You use a web gui to plug in the database table name and it generates crud screens and active record classes along with all the models, views, and controllers.


Try Grocery CRUD: http://www.grocerycrud.com/

It's based on codeigniter and is quick to setup basic CRUD.


I think just about anything you might be interested in will require some front-end configuration or parameter setting.

One tool that I've heard of is TTswiftcoder - v2.6. One of it's nice features is its cost ($0.00).

I think there are plenty of tools around - both free and not-so-free. Try googling phrases like PHP Crud, PHP data grid, PHP code generator and the like. Also try Sourceforge, Freshmeat, phpclasses, Codango , ...

Hope this helps.