Good PHP ORM Library?
Posted
by sgibbons
on Stack Overflow
See other posts from Stack Overflow
or by sgibbons
Published on 2008-09-20T16:44:52Z
Indexed on
2010/03/16
5:06 UTC
Read the original article
Hit count: 412
Does anyone know of a good object-relational-mapping library for PHP? I know of PDO/ADO, but they seem to only provide abstraction of differences between database vendors not an actual mapping between the domain model and the relational model. I'm looking for a PHP library that functions similarly to the way Hibernate does for Java/.Net.
© Stack Overflow or respective owner