AJAX CRUD minimized
Package:
Summary:
Manipulate MySQL table records using AJAX
Groups:
Author:
Description:
This class can be used to manipulate MySQL table records using AJAX to avoid page reloading.
It can display an HTML based CRUD user interface to list, add, update and delete records of a given MySQL database table without having to reload the page on each operation.
The class supports record pagination, relationships to other tables, filtering records by a user defined text, presentation customization with CSS style sheets, callback functions, etc..
It can display an HTML based CRUD user interface to list, add, update and delete records of a given MySQL database table without having to reload the page on each operation.
The class supports record pagination, relationships to other tables, filtering records by a user defined text, presentation customization with CSS style sheets, callback functions, etc..
Comments are closed.