PHP Data Objects (PDO) extension

I have just finished (hopefully no bugs) updating qWikiOffice to use The PHP Data Objects (PDO) extension.

According to http://www.php.net,
“PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5, and so will not run with earlier versions of PHP”.

system/os/config.php has been updated like so:


public $DB_CONN_STRING = ‘mysql:dbname=qwikioffice;host=localhost’;
public $DB_USERNAME = ‘root’;
public $DB_PASSWORD = ”;

One Response to “PHP Data Objects (PDO) extension”

  1. Ben Tremblay Says:

    HiYa - Something I came across in a test run of google docs brought me to your site … just now … I wrote that a year ago … and I’m tickled pint.
    Just now I tweeted “I freakin’ love ExtJS!” and posted a link to your demo.

    Really, it’s like being tempted to run away join the circus.

    heh … went rummaging through my sandbox and found this:
    http://bentrem.sycks.net/extjs/accordion/framec2.html
    There are other chunks that are more complete … lost track when I suspended work and moved towards WP/jQuery … but boy, what you’re doing has me thinking if I should cut back to where I was with that.

    I think I’m going to roll out a theme using ExtJS, just to see.

    cheers!
    –bentrem

Leave a Reply