1 cyberodin Mar 11, 2005 20:41
3 rayhayes Mar 11, 2005 22:55
I've started to port to Pear DB as part of a larger project. There's pretty much a one to one match between the Pear DB class and EZSQL calls so I should be done this weekend.
Ray
4 cyberodin Mar 12, 2005 00:24
I just started reading the [url=http://propel.phpdb.org/]Propel[/url] docs, a ORM based on the ideas initially invented by the Jakarta Torque project.
But I will wait for your Pear DB solution if I'll get a quick and cheap PostgreSQL support that way ;)
5 rayhayes Mar 12, 2005 00:35
That sounds cool too, but I'm trying to stay on track and actually get stuff to work. :D
6 rayhayes Mar 14, 2005 04:42
What version are you running? I want to make sure this port works with at least that version?
Ray
Well, b2evo uses a abstraction called ezSQL http://php.justinvincent.com/ .
I think that the major problem is use only SQL ANSI 92 and not postgresql ou mysql particular features
I think!