This class can map objects to MySQL records using ActiveRecord design pattern. It can create records in a given MySQL table using values of object variables with the same name of the table fields. The class can also perform other operations of mapping the table records to objects like retrieving one record with a given id or some other table field, retrieve all table records, retrieve records…
Download Link:
Source: Github, Hotscripts, SourceForge