phpMyInterface
Package:
Summary:
Generate a Web interface to edit database records
Groups:
Author:
Description:
This class can be used to generate a Web interface to edit database records.
It takes a list of tables and fields that it will allow editing.
The class can generate HTML and JavaScript that uses the jQuery library for performing actions like listing, inserting, updating, deleting and searching records of the database tables.
It uses the PDO extension to access the database.
It takes a list of tables and fields that it will allow editing.
The class can generate HTML and JavaScript that uses the jQuery library for performing actions like listing, inserting, updating, deleting and searching records of the database tables.
It uses the PDO extension to access the database.
Comments are closed.