我在 yii 中使用 sqlite。在我正在使用的index.php页面中
Yii::app()->db
检查数据库是否已连接。但是无论我在 main.php 文件中的“connectionString”中输入什么数据库名称 -
例如:
'db'=>array(
'connectionString' => 'sqlite:c:\\xampp\\htdocs\\qdr\\protected\\data\\abcd.db',
'tablePrefix' => 'tbl_',
),
'db'=>array(
'connectionString' => 'sqlite:c:\\xampp\\htdocs\\qdr\\protected\\data\\jklm.db',
'tablePrefix' => 'tbl_',
),
尽管我正在更改并使用随机名称,但它没有显示任何错误。