Re: PDO support (bit of a rant)



amygdala wrote:

But yet support for it seems to be rather poor. Especially clear
documentation on how to install specific drivers. What is up with that?

PDO's documentation is truly dreadful -- not just how to install drivers,
but the whole thing -- the constants, the exceptions thrown, everything.

It's a really good interface for database programming though. I ported my
CMS from PostgreSQL to MySQL in about 20 minutes. It would have taken me
hours if I'd been using the traditional PHP functions -- and the solution
wouldn't have been as elegant. (The non-PHP script to create the database
tables and populate them with initial data took quite a bit longer to
populate. See http://tobyinkster.co.uk/tag/mysql/.)

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 96 days, 5:11.]

Non-Intuitive Surnames
http://tobyinkster.co.uk/blog/2007/05/25/non-intuitive-surnames/
.



Relevant Pages

  • Re: PDO support (bit of a rant)
    ... PDO's documentation is truly dreadful -- not just how to install drivers, ... tables and populate them with initial data took quite a bit longer to ... RewriteCond %!-f ...
    (comp.lang.php)
  • Re: WMI / NameSpace / Providers
    ... For the item selected in lb2, similarly, will populate the class ... >> the WMI SDK documentation. ...
    (microsoft.public.win32.programmer.wmi)
  • RE: Losing faith with NewsGroup
    ... Mike Walsh Helsinki Finland ... > I'm trying to populate an issues list from an email. ... > want to edit this message. ... I did find some documentation ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: PDO support (bit of a rant)
    ... PDO's documentation is truly dreadful -- not just how to install drivers, ... support for preparing queries with LIMIT clause parameter support, ... elaborating about PDO and giving it the attention it IMHO deserves. ...
    (comp.lang.php)
  • RE: Can I set $! ?
    ... >> function in a module and populate the $! ... Is there documentation on ... > sub whatever { ... For what you are doing here I would really prefer you either 'die' or ...
    (perl.beginners)