PHP ORM library based on the Data Mapper pattern

Posted by Matthieu on Stack Overflow See other posts from Stack Overflow or by Matthieu
Published on 2010-03-24T14:02:52Z Indexed on 2010/03/24 14:03 UTC
Read the original article Hit count: 228

Filed under:
|
|

For a PHP application with a complex domain model, I don't want to use the Active Record pattern, I need instead the Data Mapper pattern (as presented in Zend Framework).

Do you know any library that could help me for the ORM part, or else a link to a documentation on "how to do it right" ?

Thanks

© Stack Overflow or respective owner

Related posts about php5

Related posts about orm