This is the base class that you would extend to create a php object for any mysql table.
All the Fields of the table become variables accessed through the $myObj->properties[] array
Example:
$myObj->properties[client_name] == "Matthew A. Malenski"
NOTE: use a field labled "id" as the key
|
|
| Name: |
table_class |
| Base name: |
table_class |
| Description: |
Base class to be extended for any mysql table |
| Version: |
- |
| PHP version: |
- |
| License: |
Artistic License |
| All time users: |
883 users |
| All time rank: |
3512 |
| Week users: |
0 users |
| Week rank: |
2311  |
| |
|
| 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 |
|
|