Any good php5 data mapper?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Any good php5 data mapper?

Post 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
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post 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.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post 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.
Post Reply