This provides classes that perform object-relational mapping using the Active Record design pattern.
It can store and retrieve persistent objects into MySQL database table rows.
The base data object class provides automatic getter and setter functions, as well functions to create new objects, insert or update objects in a database, establish 1-1, 1-many and many-many relationships, and search for objects that match conditions.
The actual data object classes must inherit from the base data object class and define how each object property should be mapped to database table fields.
|
|
| Name: |
pork.dbObject |
| Base name: |
pork_dbobject |
| Description: |
Map objects into MySQL database table rows |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU Free Documentation License (FDL) |
| All time users: |
516 users |
| All time rank: |
4839 |
| Week users: |
1 user |
| Week rank: |
2151  |
| |
|
| 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 |
|
|