by schizoduckie
Pork.dbObject is a tiny (500 lines) but powerful hot-pluggable OR-mapper/Active Record implementation for PHP5. It automatically recognizes different types of relations in your database by matching primary keys and takes care of most of your SQL queries.
It seems that i made a little mistake cleaning up the code and adding private/public descriptors with release 1.1. This is fixed in this release.
* fixed a small bug in private/public declarations
* fixed a small bug in private/public declarations
Changes from version 1.0:
* Updated to now use static database class (You can easily exchange this with your own)
* Moved query building code to it's own QueryBuilder class
* Cleaned up code
* Static Search function to use dbObject::Search('objectType', ...
Changes from version 1.0:
* Updated to now use static database class (You can easily exchange this with your own)
* Moved query building code to it's own QueryBuilder class
* Cleaned up code
* Static Search function to use dbObject::Search('objectType', ...
Changes from version 1.0:
* Updated to now use static database class (You can easily exchange this with your own)
* Moved query building code to it's own QueryBuilder class
* Cleaned up code
* Static Search function to use dbObject::Search('objectType', ...
Pork.dbObject is a tiny (< 500 lines) but powerful hot-pluggable OR-mapper/Active Record implementation for PHP5. It automatically recognizes different types of relations in your database by matching primary keys and takes care of most of your ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use