This class can be used to generate classes that can be used access MySQL database table rows as objects.
The class retrieves the list of fields of a given MySQL database table and generates a class with private variables with the names based on the database table fields.
It also sets getter and setter functions for each of the variables.
All the code is generated with complementary PHPDoc embedded documentation marks.
Currently the class does not generate code to perform the actual database accesses to retrieve and store the values of the table rows.