This package can create and process forms to manage database data.
It provides several classes that can be used to provide a Web based HTML user interface to manage data stored in database table records. The package classes can:
- Read the structure of a given table from a MySQL database and build a form to add or edit records in that table
- Retrieve the data sent by the form and processes them in order to save files onto the server and data in the database
- Show the content of the table providing means to sort, edit and delete records |