Re: [Phphtmllib-devel] postgresql
Status: Beta
Brought to you by:
hemna
From: Culley H. <cu...@fa...> - 2004-03-07 02:23:53
|
>> > ---hehe. I see you log in and out in irc. I usually have 8 or so > desktops 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 > bit until > I come back to that desktop. sorry man. > ok :) You get to use X at work?!? That is pretty cool-- sounds like you have a lot of freedom where you work. What IDE do you develop in? > ----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. > Birmingham to visit friends for 6 or 7 days then Philidelphia for a conference for my wife. More fun vacations out there but this is what we are doing... Form wizard is going to take a while unfortunately. > > So you were playing with the PEARSQLDataListSource and using PEAR's > Postgres > 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, and is > faster then PEAR. I'm a bit of a contributor to ADODB as well. > It didn't work-- It might have been specifics of the PEAR::DB object I was throwing at it-- I will make sure before I change anything. I will also test mysql. I would love to switch to ADODB but I have 700 or 800 files using PEAR::DB and at this point I don't want to use it *that* much :) > > 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. > ok-- I didn't want to dive in and start changing too much without getting a sense of how much you wanted to be involved in my changes... > Thanks again for helping out!! I really appreciate it. > I have been kind of looking for a project to contribute to. Everyone is so hot on template engines lately and they just don't do it for me-- phphtmllib is much more my style. I'd like to see it become more popular... eventually I want to write some more examples and tutorials which will hopefully make it more accessible to people. Get more people involved and that will mean more widgets. One more question. I was tinkering with a DataList and I wanted to test the action column stuff. I tried this in user_setup() $this->add_action_column('checkbox', 'FIRST', 'payment_id'); $this->action_button('test', 'test'); and the checkbox worked but the action button did not show up. What do I have to do do get an action button? culley |