Simple CRUD Generator

This is a simple application that lets you browse and edit a MySQL database in a CRUD-like manner. It requires PHP 5. Be warned, it doesn't generate code. Instead, it produces a user interface on-the-fly.

The user interface consists of three pages. One page show the tables. The second page shows the records for a given table, and the third page allows you to edit a record.

The application is based on some form generation work I've been developing for Modern Merchant. This opens up the application to some interesting extension points.

Download the application here.

many-to-many tables.

Hi, great work !
but I have some m-to-m tables that don't have an ID field. How can I use this tool with tables like that? !

Best regards