请问没有mysqli的驱动方式么?
请问没有mysqli的驱动方式么?
原来mysqli使用方式跟mysql一样的,
case 'mysqli': // MySQL
case 'mysql':
return $this->_schema=new CMysqlSchema($this);
CDbConnection 无法开启数据库连线: could not find driver
驱动方式我用的是mysqli即
'connectionString'=>'mysqli:host=localhost;dbname=db',
本地php_mysqli,php_pdo都装了,请问是哪里问题呢,谢谢!