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 72a81b8e31 Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values 10 years ago
..
assets Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values 10 years ago
base UPGRADE and CHANGELOG notes for the Formatter changes 10 years ago
behaviors Fixes #4919 10 years ago
caching Added error logging at `yii\caching\FileCache::gcRecursive()` 10 years ago
captcha property codestyle framework 10 years ago
console Finished console Gii feature. 10 years ago
data Fixes #4254: `SqlDataProvider` does not work with Oracle and SQL Server 10 years ago
db Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated 10 years ago
di property codestyle framework 10 years ago
filters Fixes #4920: `yii\filters\auth\CompositeAuth` should not trigger error as long as one of the methods succeeds 10 years ago
grid Improve docs for CheckboxColumn::$checkboxOptions 10 years ago
helpers Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii 10 years ago
i18n fixed size format plural rule to not format number itself 10 years ago
log Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
mail property codestyle framework 10 years ago
messages Merge pull request #4992 from Skysplit/pl-messages 10 years ago
mutex property codestyle framework 10 years ago
rbac Fixed phpdoc 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest Fixes #5001: `yii\rest\CreateAction`, `yii\rest\UpdateAction` and `yii\rest\DeleteAction` should throw 500 error if the model operation returns false without validation errors 10 years ago
test Fixes #4945: Added `yii\test\ArrayFixture` 10 years ago
validators Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values 10 years ago
views Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
web Fixes #5001: `yii\rest\CreateAction`, `yii\rest\UpdateAction` and `yii\rest\DeleteAction` should throw 500 error if the model operation returns false without validation errors 10 years ago
widgets Updated phpdoc for \yii\widgets\DetailView [ckip ci] 10 years ago
.gitignore
.htaccess
BaseYii.php changed syntax for referencing the guide in apidoc 10 years ago
CHANGELOG.md Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values 10 years ago
LICENSE.md
README.md
UPGRADE.md Fixes #5006. 10 years ago
Yii.php
bower.json Adjusted the location of AuthChoice assets. [skip ci] 10 years ago
classes.php UPGRADE and CHANGELOG notes for the Formatter changes 10 years ago
composer.json implemented markdown parsing for console command description 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.

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.