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

时间:2013-11-18 11:35:48

标签: php mongodb yii

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

2 个答案:

答案 0 :(得分: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

答案 1 :(得分:2)

回答你的第二个问题

在我看来,这是yiimongodbsuite。它是功能齐全的ActiveRecord,就像在Yii中支持MongoDB一样。

yiimongodbsuite Reference