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.
 
 
 
 
 
Mehdi Achour 72d5658c34 Updated french translation [ci skip] 9 years ago
..
assets Fixes #3506: Added `\yii\validators\IpValidator` to perform validation of IP addresses and subnets 9 years ago
base Use === instead of == where possible 9 years ago
behaviors Chg #9953: `TimestampBehavior::getValue()` value processing is consistent with `AttributeBehavior::getValue()` 9 years ago
caching Better quotes usage in strings 9 years ago
captcha Fixes #9984: Fixed wrong captcha color in case Imagick is used 9 years ago
console Added total applied migrations to final report 9 years ago
data Fixed typo 9 years ago
db Enhanced #6351 fix by reintroduced older (SQL CREATE) style FK detection for people still running MySQL servers where referential_constraints is not available 9 years ago
di Better quotes usage in strings 9 years ago
filters Compare with null instead of isset 9 years ago
grid Use === instead of == where possible 9 years ago
helpers Fixes #9915: `yii\helpers\ArrayHelper::getValue()` was erroring instead of returning `null` for non-existing object properties 9 years ago
i18n `Formatter::asDuration()` PHPDoc and PHPUnit test enhanced 9 years ago
log Update syntax migration 9 years ago
mail Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
messages Updated french translation [ci skip] 9 years ago
mutex PSR-2 spaces, commas, etc 9 years ago
rbac fix documentation 9 years ago
requirements Use === instead of == where possible 9 years ago
rest Replace aliases of functions 9 years ago
test Compare with null instead of isset 9 years ago
validators IpValidator default error messages moved to init(), PHPDoc updates 9 years ago
views Use === instead of == where possible 9 years ago
web Fixes #9803: Added option to register asset with scheme (reverted from commit 57dc8540fd) 9 years ago
widgets Fixes #6363, #8301, #8582, #9566: Fixed data methods and PJAX issues when used together 9 years ago
.gitignore
.htaccess
BaseYii.php Better quotes usage in strings 9 years ago
CHANGELOG.md Fixes #9803: Added option to register asset with scheme (reverted from commit 57dc8540fd) 9 years ago
LICENSE.md
README.md Update composer-asset-plugin version 9 years ago
UPGRADE.md Typo fix 9 years ago
Yii.php Yii class code style fix 10 years ago
classes.php prepare for release 2.0.6 9 years ago
composer.json Fixes #9783: jQuery inputmask dependency updated to `~3.2.2` 9 years ago
yii Compare with null instead of isset 9 years ago
yii.bat

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Either run

composer global require "fxp/composer-asset-plugin:~1.0.3"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.