db\Connection $dsn

$dsn public property

The Data Source Name, or DSN, contains the information required to connect to the database. Please refer to the PHP manual on the format of the DSN string.

For SQLite you may use a path alias for specifying the database path, e.g. sqlite:@app/data/db.sql.

See also $charset.

public string $dsn = null
doc_Yii
2016-10-30 16:57:34
Comments
Leave a Comment

Please login to continue.