You can use groqery crud, itβs simple, stable and has many features, such as 1-n to nn ratios, file downloads, automatic fields, callback functions, and many others. You can view the user manual and download it on
http://www.grocerycrud.com
It is very easy to write to this library, and it does not need to copy again and again, similar code, similar models, similar views, similar JavaScript, CSS, etc. You can easily program with a few lines of code, for example
$this->grocery_crud->set_table('customers');
$this->grocery_crud->columns('customerName','phone','addressLine1','creditLimit');
$this->grocery_crud->render();
what is it!
source
share