This package can manage forms for CRUD MySQL table records.
It can display, validate and process forms to create, read, update, and delete records for MySQL tables.
Forms and listings are generated automatically using HTML templates given the name of the database table of the records to be managed.
Record listings may appear paginated with navigation links.
Automatic validation of form inputs is performed depending on the type of database table record. Additional custom validations may also be performed.
Actions to create, update and delete records require confirmation of the user in a page that displays a preview of the changes.
Database record changes are logged to an audit trail database table.
The record listing mode, the form input labels for each table column, and the order of presentation of the table column values are configurable parameters. |