Simplest PHP CRUD Generator

One of the most basic operation that one needs to do when creating a dynamic web application is to create DAO layer with CRUD methods for all the database tables. This is a trivial and repeatative work. Hence I thought why not write a program that generates this code automatically. Smart Eh.. :-)

So, friends today I would like to share the source code of the program with you.

https://github.com/bhaskarvyas001/php_crud_generator

Please feel free to download and test the program.
You are free to modify and use it however you wish. Cheers !!

0 comments:

Post a Comment