$db public property
The DB connection object or the application component ID of the DB connection. Starting from version 2.0.2, this can also be a configuration array for creating the object.
public yii\db\Connection|array|string $db = 'db'
$db public property
The DB connection object or the application component ID of the DB connection. Starting from version 2.0.2, this can also be a configuration array for creating the object.
public yii\db\Connection|array|string $db = 'db'
Please login to continue.