Page 1 of 1

Any good php5 data mapper?

Posted: Wed Nov 08, 2006 6:47 am
by jmut
Hi,

I want to stop making queries and stuff already....would like to automatically build OO code and all to interact with DB
Table Data gatway or something. So I am thinking have anyone used good datamapper for php5.

I hear stuff about propel...haven't tried it yet but will soon. Anyone pros/cons?


Thanks a lot

Posted: Wed Nov 08, 2006 10:10 am
by Luke
have you considered rolling out your own... it takes a little work, but it's really not all the difficult. Let me know if you are interested and I'll help you put one together.

Posted: Thu Nov 09, 2006 12:21 am
by jmut
The Ninja Space Goat wrote:have you considered rolling out your own... it takes a little work, but it's really not all the difficult. Let me know if you are interested and I'll help you put one together.
I would guess it is not very difficult. But making it all by yourself I will not be able to catch up with latest mysql versions for example. There are a lot more people working on this too. I would rather spend time on something else :)
Thanks for the offer though.
I already read the documentation of propel...asked some questions in the mailing list. We'll see what will happen.
Reading the docs it seems pretty decent.