Actually, I’m looking for a framework which helps me using a “Data Mapper” pattern.
I have noticed that a lot of PHP framework propose an “Active Record” implementation…
I found the “Active Record” too poor for managing “functional data”…
It also seems simpler to handle “complex transactions” with this pattern, or to handle non-DBMS backends…
Does anybody know of a PHP framework which handles “Data Mapper” pattern ?
Or a PHP framework which handles “Transactions” independently from DBMS ?
Doctrine coupled with Zend Framework, here is a guide to integrating the two.
CakePHP will be providing data mapper functionality in the 2.x releases.
Symfony
Codeigniter Datamapper