mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 17:07:33 +08:00
* Implement #13219: Ability to not shuffle masters connections * Enh: add master connection getter * Add test case for #13241 which implements #13219 * Doc comments [skip ci] * Doc comments * Fix: wrong return value when no masters * Revert `getMasterPdo()` 4a786c7e10519bd1b3b5593e6fa0a6bbdafbb37a * Fix: try to fix too slow test * Refact: fix Single Responsibility; Fix possible BC break * Update Connection.php * Update Connection.php * Update Connection.php * Update Connection.php * Updated CHANGELOG * Fix: grammatic mistake * Refact: property renamed from `randomizeMasters` to `shuffleMasters` * Refact: split and try to simplify tests
Yii PHP Framework Version 2
This is the core framework code of Yii 2.
This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.
Installation
The preferred way to install the Yii framework is through composer.
Either run
composer global require "fxp/composer-asset-plugin:^1.2.0"
composer require yiisoft/yii2
or add
"yiisoft/yii2": "~2.0.0",
to the require section of your composer.json.