I’ve been playing around with two nice php based ORMs. OutletORM and phpDataMapper.
Does anyone have experience with them? Any advantages of one over the other. It’s also a good question to ask which one has a bigger user-base.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The are both implementations of the Data Mapper pattern.
Whereas phpDataMapper is a more loyal approach to the pattern, I’ve found it to be a bit too idealistic and strict at times.
OutletORM, on the other hand, is a lot more pragmatic and flexible (doesn’t require you to extend any base classes for instance). It is also a more mature project.
Doctrine is a great project but is huge and bloated for most simple uses.
I’d go with Outlet!