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 874ecfaa37 code formatting [skip ci] 9 years ago
..
assets Fix client-side trim validator. 10 years ago
base link to PHP classes just as we do with normal classes 9 years ago
behaviors `yii\behaviors\TimestampBehavior::touch()` throws an exception if owner is new record 10 years ago
caching link to PHP classes just as we do with normal classes 9 years ago
captcha Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
console Fixes #8574: Added `yii\console\controllers\MessageController` support .pot file creation 9 years ago
data Fixed `yii\data\ArrayDataProvider::getKeys()` return wrong when `yii\data\ArrayDataProvider::$allModels` contain integer key 10 years ago
db link to PHP classes just as we do with normal classes 9 years ago
di Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
filters Fixes #7409: Allow `yii\filters\auth\CompositeAuth::authMethods` to take authentication objects 10 years ago
grid Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
helpers code formatting [skip ci] 9 years ago
i18n allow negative dates for date formatter 9 years ago
log convert exceptions to string before saving log messages 9 years ago
mail Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
messages Update yii.php 9 years ago
mutex Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
rbac Fixes #8595: Fixed `yii\rbac\DbManager::checkAccessFromCache()` to check against auth items loaded in cache recursively 9 years ago
requirements Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
rest Merge pull request #8055 from Agrumas/patch-2 10 years ago
test `yii\test\ActiveFixture::load()` updated to use `yii\db\Schema::insert()` 10 years ago
validators Extend description 9 years ago
views Fixes #7856: Fixed comments order in messageConfig 10 years ago
web link to PHP classes just as we do with normal classes 9 years ago
widgets Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release. 10 years ago
CHANGELOG.md Fixed `yii\db\Command::getRawSql()` unable to parse params specified without colon (':') 9 years ago
LICENSE.md
README.md updated fxp/composer-asset-plugin version constraint 10 years ago
UPGRADE.md updated fxp/composer-asset-plugin version constraint 10 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 implemented markdown parsing for console command description 10 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.