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.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (71.4%) |
Sufficient (75.0%) |
- |
- |
- |
- |
Not sure (43.2%) |
1553 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
generateClass.php |
Class |
CodeGenerator base class and commandline execution |
generate.bat |
Data |
command line start program (win) |