Hello everyone! I am looking for a good ORM (i.e. Active Record) which use php extension PDO as base.Any suggestions?
My 2 cents: Doctrine all the way.
dcousineau
2009-08-28 14:28:13
I prefer Doctrine as well, but though I would save this thread from the "religious-war" tag :)
Zed
2009-08-28 15:28:30
Definitly Doctrine ; especially considering Propel might not be developped actively in the future : http://groups.google.com/group/propel-development/msg/829895b081ec7873?pli=1
Pascal MARTIN
2009-08-28 16:04:29
+1
A:
If you're using PHP 5.3 there's a PHP implementation of ActiveRecord available now (link). It's up on github as well incase you want to watch or fork it. I checked the source on github and it does use PDO at its core to execute the queries.
Steven Surowiec
2009-08-28 13:39:04
+1
A:
Another option is phpDataMapper, which is a lightweight implementation of the DataMapper pattern.
Vance Lucas
2009-09-25 16:18:42