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.
 
 
 
 
 
Carsten Brandt 31a56b59b0 Avoid endless loop when exporting logs 10 years ago
..
assets New callback functions for form validation using Ajax. 10 years ago
base Remove nonsense branch logic 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 Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
data phpdoc code 10 years ago
db Fixed missing and incorrect phpdoc 10 years ago
di Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
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 Removed unused code 10 years ago
i18n Fixes #4199: added missing category to logging calls 10 years ago
log Avoid endless loop when exporting logs 10 years ago
mail Fixes #3992 10 years ago
messages Generate Traditional Chinese messages 10 years ago
mutex Better Windows detection 10 years ago
rbac Adjusted rbac ManagerInterface 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest Fixed missing and incorrect phpdoc 10 years ago
test Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
validators Fixed missing and incorrect phpdoc 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 #4131: Security adjustments 10 years ago
widgets Fixed missing and incorrect phpdoc 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php another @see 10 years ago
CHANGELOG.md compareString(): timing depends only on length of `$actual` input, unit test 10 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md Fixes #3611: Refactored query caching. 10 years ago
Yii.php DI WIP 11 years ago
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 implemented markdown parsing for console command description 10 years ago
yii implemented markdown parsing for console command description 10 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.