database - Good PHP ORM Library? -


is there object-relational-mapping library php?

i know of pdo/ado, seem provide abstraction of differences between database vendors not actual mapping between domain model , relational model. i'm looking php library functions way hibernate java , nhibernate .net.

look doctrine.

doctrine 1.2 implements active record. doctrine 2+ datamapper orm.

also, check out xyster. it's based on data mapper pattern.

also, take @ datamapper vs. active record.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -