Painless CRUD in PHP via AjaxCrud
Posted by Kelvin on 08 Oct 2011 | Tagged as: PHP, programming
I recently discovered an Ajax CRUD library which makes CRUD operations positively painless: AjaxCRUD
Its features include:
- displaying list in an inline-editable table
- generates a create form
- all operations (add,edit,delete) handled via ajax
…

