With Grocery CRUD you can create a full stable CRUD in a few seconds. If you are a PHP CodeIgniter developer you will often have the problem to create a simple, stable and secure backoffice system.
Even in CodeIgniter, creating a CRUD system can take some time, involving the business logic, the models and the views again from the beginning for each table. As you can see there are similar things in those projects. The Create (or else Add) the Update (or else Edit) , the Delete and of course the listing grid .
With grocery CRUD and with the power of Codeigniter framework , you can create a full CRUD system in just one minute. With this Codeigniter CRUD generator , you don’t have to copy all your CSS, JS, tables, forms, grid, functions , models, libraries, views to your backoffice system. Just few lines of code and you are ready to have your own CMS. The CRUD is working well with Codeigniter 2.0.x and 2.1.x
