Code Generation: MySQL tables description generator chen kinnrot (contact me)
This class can be used to generate PHP classes that describe MySQL database tables.
It can query the definition of a given MySQL database table and generate a PHP class with functions that return details about the table.
Currently it generates functions to return the name of the table and its fields.