PHP ORM library based on the Data Mapper pattern
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" ?
After a lot of searching, i found 2 Data Mapper ORM :
Note : Doctrine 1.0 is not based on the Data Mapper pattern but on Active Record, as Propel. These are not fullfilling my needs.
In conclusion, the answer, for now, is : there is none.
链接地址: http://www.djcxy.com/p/96046.html