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.
 
 
 
 
 
Yuri Morozov fbf96ec830 updated changelog 10 years ago
..
assets Fixes #6467: `ActiveForm` will scroll to the nearest visible element when the first error input is hidden 10 years ago
base Fixes #6488: Support changing `yii\base\Theme::basePath` during runtime 10 years ago
behaviors Fixes #6434: Added `yii\behaviors\SluggableBehavior::immutable` to support keeping the generated slug unchanged 10 years ago
caching PHP type casting 10 years ago
captcha Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
console Plain `echo` replaced by `stdout()` at `yii\console\HelpController` 10 years ago
data Update ArrayDataProvider.php 10 years ago
db Implicit type casting to avoid buggy dblib issues 10 years ago
di Fixes #6632: `yii\di\Container::get()` did not handle config parameter correctly when it is passed as a constructor parameter 10 years ago
filters Merge branch 'master' of https://github.com/yiisoft/yii2 into HttpCache-etag-zero-padding-removal 10 years ago
grid Merge pull request #6587 from creocoder/yii-grid-action-column-php-doc 10 years ago
helpers Fixed docblock for htmlEncode and htmlDecode [skip ci] 10 years ago
i18n added support for DateTimeImmutable to Formatter 10 years ago
log Fixes #6247: Logger and error handler are now using slightly less memory 10 years ago
mail property codestyle framework 10 years ago
messages collect ja translation 10 years ago
mutex PHP type casting 10 years ago
rbac Fixes #6081: `yii\rbac\DbManager::getChildren()` was not quoting column name properly 10 years ago
requirements Fix #6605 10 years ago
rest PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
test prepare for 2.0.0-rc release. 10 years ago
validators suppress warning thrown by IntlDateFormatter::parse() 10 years ago
views use a monospace font in error details on exception page 10 years ago
web fixed wrong bracket setting 10 years ago
widgets Fixes #6557: Link URLs generated by `yii\widgets\Menu` are not encoded 10 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release. 10 years ago
CHANGELOG.md updated changelog 10 years ago
LICENSE.md
README.md Fixes #6189 10 years ago
UPGRADE.md Fixes #6189 10 years ago
Yii.php
classes.php prepare for 2.0.0-rc release. 10 years ago
composer.json require PHP mcrypt extension 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

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*",

to the require section of your composer.json.