CodeIgniter Forums
CRUDigniter - Automatic Code Generator for Codeigniter v3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: CRUDigniter - Automatic Code Generator for Codeigniter v3 (/showthread.php?tid=65013)



CRUDigniter - Automatic Code Generator for Codeigniter v3 - yashd87 - 04-20-2016

Hello everyone,

We have developed an automatic code generator for Codeigniter which will generate CRUD code automatically from the SQL file.

Following are the features of the application :
  • Generate CRUD code from SQL
  • Automatically apply CI form validation rules from database data types of columns
  • Add form validation rules manually and also delete rules
  • Database associations.
  • Download generated code as a ZIP archive
  • View & Modify DB schema  
  • Twitter Bootstrap support for views (configurable option)
  • Select HTML controls while setting up validation rules.
  • Automatically detect HTML control from DB table column.

Building web applications in Codeigniter was never this easy !

All features explained with screenshots on :  www.crudigniter.com


RE: CRUDigniter - Automatic Code Generator for Codeigniter v3 - deco10 - 08-24-2016

Congratulation! Great tool! I'm using this tool with success


RE: CRUDigniter - Automatic Code Generator for Codeigniter v3 - Ivo Miranda - 08-24-2016

Seems nice. Will give it a try soon Smile

Can you please tell me if it is similar to http://www.grocerycrud.com ?

What do you believe to be the strongest and weakest points against grocery crud?


RE: CRUDigniter - Automatic Code Generator for Codeigniter v3 - jonathan - 12-03-2018

Hi, thank you very much for this tool, but i have one question, is it use modal to edit or add ? if yes how ?