PDO wiki

php.internals

Lukas Smith

21 years ago
Hi, with the help of some PDO users I have begun assembling some additional information on my wiki: http://oss.backendmedia.com/index.php?area=PDO I am still in the process of harvesting the various mailinglists for questions to add to the FAQ. The links section should be fairly complete and also provides some related links that people will find valueable. Beyond that in the user notes section are several points that I personally dislike about the PDO API or that users have brought to my attention. I am hoping to basically try to ensure that the wiki provides a somewhat useful snapshot of the discussions and decisions from the php mailinglists. The wiki is read and editable by all. So its easy to contribute. regards, Lukas PS: please dont reply to this cross post.

Ryan King

21 years ago
On Mar 15, 2005, at 8:34 AM, Lukas Smith wrote:
> Hi, > > with the help of some PDO users I have begun assembling some > additional information on my wiki: > http://oss.backendmedia.com/index.php?area=PDO
Just FYI, but there's another wiki devoted to PDO at: http://wiki.cc/php/PDO But I'm sure many people have seen that already. -ryan
-- http://theryanking.com/

John Lim

21 years ago
Lukas, Are comments working on the wiki? I posted several, eg to http://oss.backendmedia.com/index.php?area=PDO&page=bindParam Thanks, John PS: I agree with you about your issues, eg. bindParam, DSN, etc. "Lukas Smith" <lsmith@php.net> wrote in message news:42370EA3.5010209@php.net...

Andreas Korthaus

21 years ago
Hi John! John Lim wrote:
> Are comments working on the wiki? I posted several, eg to > > http://oss.backendmedia.com/index.php?area=PDO&page=bindParam
If comments don't work, perhaps you could edit the page and add your comment to the text?
> PS: I agree with you about your issues, eg. bindParam, DSN, etc.
I also agree. regards Andreas