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.
 
 
 
 
 
Alex-Code 562417c572 truncate and truncateWords can now preserve HTML 10 years ago
..
assets Fixes #5863: Selecting all individual `yii\grid\CheckboxColumn` checkboxes in grid view wasn't resulting in "all" checkbox selected 10 years ago
base Added `yii\base\Controller::renderContent()` 10 years ago
behaviors PHP type casting 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 Fixes #5504: Added note to yii\console\CacheController explaining that cache components should be configured in console app configuration in order to be cleared 10 years ago
data Update ArrayDataProvider.php 10 years ago
db added support for yii\db\Expression to querybuilder BETWEEN and LIKE 10 years ago
di property codestyle framework 10 years ago
filters Used import instead of FQN 10 years ago
grid Fixes #5367: Added `yii\grid\DataColumn::encodeLabel` 10 years ago
helpers truncate and truncateWords can now preserve HTML 10 years ago
i18n Typo in word 10 years ago
log Fixed `yii\log\DbTarget` migration and SQLs to use float column for log_time 10 years ago
mail property codestyle framework 10 years ago
messages Added translation for 'just now' 10 years ago
mutex PHP type casting 10 years ago
rbac Fixes #6172: `yii\rbac\DbManager` should properly quote table and column names 10 years ago
requirements PHP type casting 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 renamed $object to $model 10 years ago
views fixed exception page to show error info that is longer than screen 10 years ago
web `yii\web\AssetManager` should not publish disabled asset bundles 10 years ago
widgets Typo in word 10 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release. 10 years ago
CHANGELOG.md `yii\web\AssetManager` should not publish disabled asset bundles 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 Fixes #5475: bumped up yii2-pjax to 2.0.1 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.