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