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.
 
 
 
 
 
Kai Mindermann f3520187d6 formatter: adds unit tests for base 1000, fixes #4412 10 years ago
..
assets Fixes #4360: Added client validation support for file validator 10 years ago
base formatter: adds unit tests for base 1000, fixes #4412 10 years ago
behaviors \yii\behaviors\TimestampBehavior updated 10 years ago
caching Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
captcha Fixes #4127: `CaptchaValidator` clientside error message wasn't formed properly 10 years ago
console Used substr_compare instead of substr when we don't care about result 10 years ago
data phpdoc code 10 years ago
db Check availabilty field in BaseActiveRecord::populateRecord 10 years ago
di
filters #4388: CORS filter fixes: 10 years ago
grid Used substr_compare instead of substr when we don't care about result 10 years ago
helpers Used substr_compare instead of substr when we don't care about result 10 years ago
i18n Fixes #4199: added missing category to logging calls 10 years ago
log `yii\mongodb\log\MongoDbTarget` log target added 10 years ago
mail Fixes #3992 10 years ago
messages Added Traditional Chinese translations 10 years ago
mutex Better Windows detection 10 years ago
rbac #4310: Removed `$data` from signature of `yii\rbac\ManagerInterface` 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest
test
validators Fixed typo and inconsistent conditionals 10 years ago
views Fixes #4295: reworked message extraction for PO files 10 years ago
web Used substr_compare instead of substr when we don't care about result 10 years ago
widgets minor CS fixes [skip ci] 10 years ago
.gitignore
.htaccess
BaseYii.php
CHANGELOG.md formatter: adds unit tests for base 1000, fixes #4412 10 years ago
LICENSE.md
README.md
UPGRADE.md Fixes #3611: Refactored query caching. 10 years ago
Yii.php
classes.php Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
composer.json
yii
yii.bat

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.