This class can be used to generate a class to access the records of a table as objects. It takes the name of a table and a list of fields to generates a PHP class with functions to store and retrieve objects of that class in the specified fields of the given table. The generated class includes getter and setter functions, as well functions to retrieve, insert and update records in the database using the class variables.