db\Connection $slaveConfig

$slaveConfig public property

The configuration that should be merged with every slave configuration listed in $slaves. For example,

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

Please login to continue.