phppdo PDO emulation library

  1. Documentation
  2. Change Log

This extension allow use PHPPDO library for emulate PDO functionality.

Sometimes hosting providers disable PDO wholly or PDO_ particularly. This extension allow you to use PHP-emulated PDO class on that hostings.

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

For use it add in config/main.php:

...
   'db'=>array(
      'class'=>'application.extensions.PHPPDO.CPdoDbConnection',
      'pdoClass' => 'PHPPDO',
      ...
      ),
   ...

Change Log

Mar 7, 2010
  • PHPPDO version bump, thanks to rohit.
Sep 15, 2009
  • Fixed bug (PDO.php not found), thanks to Swarog.
June 15, 2009
  • Fixed bug, thanks to Ryuuzaki.
June 9, 2009
  • Fix for forced use of PHPPDO library: just add 'phpClass'=>'PHPPDO' db component parameter.
April 7, 2009
  • Initial release.
24 1
18 followers
5 206 downloads
Yii Version: 1.1
License: LGPL-3.0
Category: Database
Tags:
Developed by: Blake-R
Created on: Apr 7, 2009
Last updated: 14 years ago

Downloads

show all