Re: [Phphtmllib-devel] postgresql
Status: Beta
Brought to you by:
hemna
From: Walter A. B. I. <wab...@3g...> - 2004-03-07 01:46:41
|
Quoting Culley Harrelson <cu...@fa...>: > Hey Walt, >=20 > Tried to find you on irc yesterday without much luck... ---hehe. I see you log in and out in irc. I usually have 8 or so deskto= ps in X, so when I'm working I'm usually in a different desktop then my irc app= is. I usually check on it every 5 minutes, so ya just have to hang out for a bi= t until I come back to that desktop. sorry man. =20 > I am going to keep working on the form wizard but it is going to take a= =20 > while. I need to learn the internals of FormProcessor and FormContent=20 > and it is going to take a while. I am working on setting up xdebug so=20 > I can actually step through the code. I am going on vacation next=20 > Thursday for 12 days and I am going to tinker with it while on the=20 > road. ----heh ok. Where are you going for vacation? If you have any questions= about the FormProcessor of the FormContent, feel free to shoot me an email. =20 > Meanwhile I started working with DataList-- pretty slick! Specifically= =20 > I was working with the PEAR+postgresql flavor. Right out of the box it= =20 > wouldn't work and I had to hack the internals a bit to get it to work=20 > with postgresql. I noticed that at some point you created=20 > PGSQLDataListSource so I am assuming I was seeing known issues with=20 > PEAR + postgresql. I am wondering if my changes would be a good patch?= =20 ----The PGSQLDataListSource is just a simple postgresql specific version = of the SQLDataListSource class. It doesn't even use PEAR. There is a PEARSQLDataListSource as well. So you were playing with the PEARSQLDataListSource and using PEAR's Pos= tgres driver and it didn't work? I usually don't use PEAR myself, so I haven't= played with it in ages. I usually use ADODB, as it is much more feature rich, a= nd is faster then PEAR. I'm a bit of a contributor to ADODB as well. > If so I can test them against mysql to make sure I haven't broken=20 > anything there. If you find bugs w/ stuff then feel free to make fixes, just make sure to= test them, and then annotate the CHANGELOG file with what was changed.=20 Thanks again for helping out!! I really appreciate it. Walt |