Code Generation: Class Generator for MySQL Tables
Stephen Powis (contact me)
This class can be used to generate classes to access MySQL database table records as objects.
It can associate fields of a given MySQL database table to variables of the class to be generated.
The class generates a class file with setter and getter functions to access the values of the table fields mapped to class variables.
It also generates functions to query the MySQL table to store and retrieve the mapped field values.
Click here for detailed information about this class on phpclasses.org