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.
 
 
 
 
 
Alexander Makarov 8b951796ac Fixes #9263: Avoid extra DB query in RBAC DbManager in case auth item name is empty 9 years ago
..
assets Fixes #8161: Fixed active form `data-method` submit bug when client validation is used 9 years ago
base Fixed documentation according to Chg #4911 9 years ago
behaviors `yii\behaviors\TimestampBehavior::touch()` throws an exception if owner is new record 10 years ago
caching Fixing a typo 9 years ago
captcha Update yii\captcha\Captcha.php 9 years ago
console fixed typo in error message 9 years ago
data PSR-2 foreach statement 9 years ago
db Fixes #9268: Improved display of boolean parameters in logged SQL queries 9 years ago
di Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
filters Replace aliases of functions 9 years ago
grid improved GridView docs about empty cell 9 years ago
helpers Fixes #9239: BaseJson phpdoc corrections, minor improvements, added changelog 9 years ago
i18n fixed formatter to accept explicit setting of decimal numbers 9 years ago
log unused imports removed 9 years ago
mail Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
messages fixed message with missing keyword 9 years ago
mutex PSR-2 spaces, commas, etc 9 years ago
rbac Fixes #9263: Avoid extra DB query in RBAC DbManager in case auth item name is empty 9 years ago
requirements Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
rest Replace aliases of functions 9 years ago
test Replace aliases of functions 9 years ago
validators Fixes #8671: Extracted `yii\helpers\Html::escapeJsRegularExpression()` method from `yii\validators\RegularExpressionValidator` 9 years ago
views fixed display issue with overlapping text in callstack item 9 years ago
web Fixed missing stacktrace items on PHP syntax errors of "unexpected end of file" type 9 years ago
widgets Fix phpdoc 9 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Merge tag '2.0.5', this is now 2.0.6-dev 9 years ago
CHANGELOG.md Fixes #9239: BaseJson phpdoc corrections, minor improvements, added changelog 9 years ago
LICENSE.md updated license information. 11 years ago
README.md updated fxp/composer-asset-plugin version constraint 10 years ago
UPGRADE.md Typo fix 9 years ago
Yii.php Yii class code style fix 10 years ago
classes.php build cleanup [skip ci] 10 years ago
composer.json Updated dependency to `cebe/markdown` to version `1.0.x`. 10 years ago
yii register `STDIN`, `STDOUT`, and `STDERR` if not defined by PHP 9 years ago
yii.bat Fixed copyright year in batch files 10 years ago

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

This repository is a git submodule 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.0.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.