PHP PDO Read, Write, Delete script generator. This script pulls the selected schema and table from the connected database and genarates PHP pdo format scripts for select, write and delete functions to the browser.
Documentation coming soon.
Current version assumes a mysql/mariadb sql server is available.
To install simply pull the pdogen folder and make any changes to the Dao.php script necessary to connect to your database server.
This script is based on a script found here https://mwoodruff.net/articles/automation/time-saving-php-pdo-code-generator/