This class provides something similar of Hibernate in java world by letting you map table rows into entity objects and making all the fields escaping work for you automatically when saving object to mysql.
This class can be used as a base class to store and retrieve objects in MySQL databases.
It is a base class that should be extended by other classes that define the MySQL database table and the fields to store and retrieve the object variables.
It can execute SQL queries to retrieve objects and save them back to the database if any variable was changed.
The class provides getter and setter functions to retrieve or change the object variable values.
Objects remain cached in memory to avoid fetching the same objects from the database again.
It also provides an iterator class (BaseObjectIterator) to iterate over large result sets without hogging up the memory.
|
|
| Name: |
ORM mapping class(like Hibernate), maps database table rows to objects |
| Base name: |
ormbaseobject |
| Description: |
Store and retrieve objects in MySQL table records |
| Version: |
1.2 |
| PHP version: |
5.0 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
1208 users |
| All time rank: |
2751 |
| Week users: |
1 user |
| Week rank: |
1988  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (58.3%) |
Sufficient (75.0%) |
- |
Not sure (58.3%) |
- |
- |
Not sure (42.5%) |
1953 |
| Month: |
Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| Simple error handling class |
Recommended |
To be able to log any mysql errors and erros that have occured in BaseObject class itself |
| Ultimate MySQL wrapper |
Required |
Is used to perform queries that keep objects and database synchronized, also for charater escaping |
| |
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 |
|
|