Looking for good CRUD plugin/library (idea?) for codeigniter -


last week started developing ci web app. since i've realised i'm repeating code quite bit in regards handling adding, deleting , updating rows in database - eg model functions such 'delete_invoice', 'delete_user' , 'delete_job' etc.. same thing - delete row in database.

so know: a) idea use common method stuff me? b) there libraries / helpers or whatever out there ci. i'd rather go more standard/stable library on full of crazy features.

thanks! john.

this comprehensive crud basemodel class codeigniter:

https://github.com/jamierumbelow/codeigniter-base-model


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -