PostgreSQL を Yii に接続しようとしましたが、表示されています
CDbConnection は DB 接続を開くことができませんでした。
ログに表示されています
error exception.CDbException
ドライバーが見つかりませんでした
私のコード
'db'=>array(
'tablePrefix'=>'',
'connectionString' => 'pgsql:host=localhost;port=5432;dbname=postgres',
'username'=>'postgres',
'password'=>'postgres',
'charset'=>'UTF8',
),