Persist Class

Package:
Persist Class
Summary:
Stores objects in relational databases
Groups:
Databases, Design Patterns, PHP 5
Author:
Zsolt Herpai
Description:
This package can be used to store and get objects from relational databases.

The package contains DBConnection class that provides access to relational databases, establishing connections, executing queries and retrieving results. The current version contains implementations for MySQL and Oracle (support for other DB systems can be added by following the attached implementation guide)

The package also contains PersistClass that uses the DBConnection to store objects in relational database tables.


Powered by Gewgley