I wanted something that just makes all the basic CRUD pages for me without having to installing anything, so I made this. Basically, you create your table in phpMyAdmin and paste your table export SQL into it, and it makes all the pages for you. Hopefully it'll be a time saver you for guys using PHP.
How does it handle multiple tables? Should I change the file names for each table? Perhaps you should have a list tables file? Why not take this a step further and have it generate a whole CRUD app for the whole DB?