CodeIgniter Extended Model Class |
Hello guys,
Here is a generic Model extended from CI_Model, it will help you to : - CRUD operations. - Auto-save for multilang tables. - Fetch data using associations like oneToMany, ManyToOne - Apply filters to results - Pagination... http://jcsama.github.io/CodeIgniter-Model/ Hope you like it. Cheers. |
Messages In This Thread |
CodeIgniter Extended Model Class - by jcsama - 07-20-2015, 11:49 AM
|