Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Qiang Xue d53f4dd9ea Fixes #2139: error found while sending response is not displayed. 11 years ago
..
assets Reverted the change to gridview regarding filter submission. 11 years ago
base Fixes #706: Added `yii\widgets\Pjax` and enhanced `GridView` to work with `Pjax` to support AJAX-update 11 years ago
behaviors AutoTimestamp updated 11 years ago
caching huge amount of documentation link fixes 11 years ago
captcha huge amount of documentation link fixes 11 years ago
console huge amount of documentation link fixes 11 years ago
data huge amount of documentation link fixes 11 years ago
db Fixes #2210: Mysql driver will now treat `tinyint(1)` as integer instead of boolean 11 years ago
grid Fixes #2212: `yii\gridview\DataColumn` generates incorrect labels when used with nosql DB and there is no data 11 years ago
helpers huge amount of documentation link fixes 11 years ago
i18n huge amount of documentation link fixes 11 years ago
log huge amount of documentation link fixes 11 years ago
mail Fixed refactoring 11 years ago
messages Latvian translation 11 years ago
mutex huge amount of documentation link fixes 11 years ago
rbac huge amount of documentation link fixes 11 years ago
requirements doc fix. 11 years ago
test huge amount of documentation link fixes 11 years ago
validators huge amount of documentation link fixes 11 years ago
views fix the _only_ option in calls to FileHelper::findFiles() 11 years ago
web Fixes #2139: error found while sending response is not displayed. 11 years ago
widgets Revert "Fixes #1856: The default CSS class for hint generated by `ActiveField` is changed to `help-block`" 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php huge amount of documentation link fixes 11 years ago
CHANGELOG.md Revert "Fixes #1856: The default CSS class for hint generated by `ActiveField` is changed to `help-block`" 11 years ago
LICENSE.md updated license information. 11 years ago
README.md updated readmes 11 years ago
UPGRADE.md reorganized the main repo to satisfy PSR-0. 12 years ago
Yii.php huge amount of documentation link fixes 11 years ago
classes.php updated classmap 11 years ago
composer.json Fixes #1897 11 years ago
yii Fix typos in constant 11 years ago
yii.bat psr-4 move 11 years ago

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install the Yii framework is through composer.

Either run

php composer.phar require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.