Hi,
basically it is a PHP script so this can be run from the command line using:
Code:
php phpCrud.php -u <username> -d <database>
There are additional parameters such as hostname, password and individual table.
It is not exactly a CRUD where it generates the CREATE table but reverse engineers the stored procedures based on the already existing tables in the database. I identify the primary key of the table and then make sure that access to the data is unique.
I have also created a mini screencast and have added this to the webpage where you can download the script.