Yii: PDO issue
Yii Framework needs PDO enabled on the server.
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.
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',
...
),
Download Extension Here








0 comments: