db\Connection $masterConfig

$masterConfig public property

The configuration that should be merged with every master configuration listed in $masters. For example,

[
    'username' => 'master',
    'password' => 'master',
    'attributes' => [
        // use a smaller connection timeout
        PDO::ATTR_TIMEOUT => 10,
    ],
]
public array $masterConfig = []
doc_Yii
2016-10-30 16:57:37
Comments
Leave a Comment

Please login to continue.