Code Generation: ClassBuilder
andy honeycutt (contact me)
This package can be used to generate classes to store and retrieve objects stored in MySQL database table records.
It can retrieve the information about the fields of a given MySQL table and generates code for a class that can perform several types of actions to access the table records as if they were objects,
Currently it generates code that retrieves objects by primary key, save an object to the table, create a new object, set the variables associated to each table column.
Click here for detailed information about this class on phpclasses.org