yii框架中支持的数据库有哪些?

use*_*509 2 php yii mongodb

  1. yii框架中的"支持的数据库"是什么?
  2. yii中"mongo db"的最佳扩展名是什么?

小智 7

回答你的第一个问题

SQLite: sqlite:/path/to/dbfile
MySQL: mysql:host=localhost;dbname=testdb
PostgreSQL: pgsql:host=localhost;port=5432;dbname=testdb
SQL Server: mssql:host=localhost;dbname=testdb
Oracle: oci:dbname=//localhost:1521/testdb
Run Code Online (Sandbox Code Playgroud)