Pork.dbObject News
Brought to you by:
schizoduckie
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.
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 insert/update/join/delete SQL queries. Once you map your PHP object to a row in your database you can easily fetch a number of objects with one line of code.... read more