This package can be used to generate classes to store and retrieve objects stored in MySQL database table records.
It can retrieve the information about the fields of a given MySQL table and generates code for a class that can perform several types of actions to access the table records as if they were objects,
Currently it generates code that retrieves objects by primary key, save an object to the table, create a new object, set the variables associated to each table column.
|
|
| Name: |
ClassBuilder |
| Base name: |
classbuilder |
| Description: |
Generate classes to access objects stored in MySQL |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1009 users |
| All time rank: |
3178 |
| Week users: |
1 user |
| Week rank: |
2089  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
|
|
| File |
Role |
Description |
ClassBuilder.php |
Class |
Generate classes to manipulate MySQL tables. |