This class can be used to manipulate MySQL table records as objects. It can execute SQL SELECT queries and retrieve the fields of each result set row one by one into the class variables. The class can also insert or update records of a table getting the values from class variables with the same name as the fields.