views:

398

answers:

5

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
+1  A: 

I believe Doctrine is implemented in a similar way.

Kieran Hall
Agree, Doctrine is imho the most sophisticated ORM tool for PHP.
Daff
A: 

Propel is an ORM for php5, you might also look at XPDO

+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
A: 

If you are working on Codeigniter framework. Then there is a similar implementaion from sensai.com.

Subbu
Check their forums.
Subbu