PHP DB Edit Toolkit News
Status: Beta
Brought to you by:
jdaumde
Major changes and new features:
- Main loop now runs as a kind of finite state machine in genericadmin.php, this makes the big switch statements in genericadmin.php and the example application (and your application obsolete). The processing of actions is now controlled from the data dictionary.
Documentation will follow, as will generating a default setup of these actions from mysqlexport and mssql-export.
- Paging function have been completely included into the package, which makes the example app even smaller
- mysqlexport allows changing the database on the fly now - from the user interface