Although I’m sure there are more than this, here is quick run down on some PHP ORM solutions that I was able to find with limited searching. The first 2 seem to be the most popular ones. If you know of another good solution please post a comment.
"What would you attempt to do if you knew you could not fail?"
Dr. Robert Schuller
Category: PHP Development,Software Tags: orm, php Author: JJ 2 Comments
Although I’m sure there are more than this, here is quick run down on some PHP ORM solutions that I was able to find with limited searching. The first 2 seem to be the most popular ones. If you know of another good solution please post a comment.
Just started experimenting with http://flourishlib.com/. It has a nice ORM and Activerecord implementation.
Thanks for the comment Welja! I updated the post with a direct link to the Flourish ORM documentation.