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.
|
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.
| |||||
feedback
|
|
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! | |||
|
feedback
|
|
I'm working with phpDataMapper right now. Two issues I have run into so far are:
Other things I have noticed:
All in all a rather nice experience, but not exactly a magic time saving piece of code... if you want to use it be ready to do some code reading and modification on their source. | |||
|
feedback
|