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.