selectDatabase() protected method
Selects the database with given name.
protected yii\mongodb\Database selectDatabase ( $name ) | ||
---|---|---|
$name | string |
Database name. |
return | yii\mongodb\Database |
Database instance. |
selectDatabase() protected method
Selects the database with given name.
protected yii\mongodb\Database selectDatabase ( $name ) | ||
---|---|---|
$name | string |
Database name. |
return | yii\mongodb\Database |
Database instance. |
Please login to continue.