Cameron's Thoughts
Archives
Programming

Database Admin PHP Class

I've got around to releasing a PHP class that I use for MySQL database administration. It's released under the LGPL. I plan to do a more detailed write-up about this soon. Basically, this class will allow you to add, edit, delete, and cross-reference data from databases and requires only minutes to setup with basically no HTML to do.

The code can be found here:
Database Admin Class