This class can be used to generate code to access MySQL records as objects.
It accesses a given MySQL database and retrieves the list of tables and information about the respective table fields.
The class can generate code for classes that can be used to access the respective MySQL table records as if they were objects.
The generated classes can have getter and setter functions for each table field, functions to insert or update records with the object values, functions to load a record with a given identifier, and delete the object record.
|
|
| Name: |
Convert MySQL tables to PHP class |
| Base name: |
mysql_ |
| Description: |
Generate code to access MySQL records as objects |
| Version: |
1.2 |
| PHP version: |
5 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
2629 users |
| All time rank: |
1273 |
| Week users: |
10 users |
| Week rank: |
199  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (80.0%) |
Good (87.5%) |
Sufficient (67.5%) |
Sufficient (77.5%) |
- |
- |
Sufficient (63.2%) |
595 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|