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:
Comments
Post a Comment