I working mostly with DataMapper in Ruby and Merb, so im looking for PHP ORM that is similar to DataMapper. Any good ones?
A:
I've never worked on DataMapper before but you could check out the Cakephp framework it has very similar ORM to ROR.
drikoda
2009-07-02 02:54:50
Agree, Doctrine is imho the most sophisticated ORM tool for PHP.
Daff
2009-07-02 08:50:29
+1
A:
The phpDataMapper project was created specifically to be like Ruby's DataMapper. If you're interested in the project, please help me out! I'm looking for more people who know Ruby DataMapper to help expand the project faster.
GitHub Project Page: https://github.com/vlucas/phpDataMapper/tree
Vance Lucas
2009-08-20 21:58:16