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.
 
 
 
 
 
John Was 07ce08d970 updated helpers/BaseFileHelper::findFiles description and comments in messages/config.php 11 years ago
..
assets Fixes #1998 : get input value from hidden field when necessary(unchecked checkbox/radio) 11 years ago
base Merge pull request #2050 from yiisoft/feature-fixture 11 years ago
behaviors psr-4 move 11 years ago
caching Removed unused imports 11 years ago
captcha fixed #1992 the issue that use 'site/captcha' will get wrong refreshUrl in module scenario 11 years ago
console Merge branch 'fixtures_except_option_added' of https://github.com/Ragazzo/yii2 into Ragazzo-fixtures_except_option_added 11 years ago
data ModelSerializer WIP 11 years ago
db Merge pull request #2050 from yiisoft/feature-fixture 11 years ago
grid Fixes #1921: Grid view ActionColumn now allow to name buttons like `{controller/action}` 11 years ago
helpers updated helpers/BaseFileHelper::findFiles description and comments in messages/config.php 11 years ago
i18n phpdoc fixes, unused variable 11 years ago
log Removed unused imports 11 years ago
mail phpdoc fixes, unused variable 11 years ago
messages updated helpers/BaseFileHelper::findFiles description and comments in messages/config.php 11 years ago
mutex psr-4 move 11 years ago
rbac Fixes #2051: Do not save null data into database when using RBAC 11 years ago
requirements psr-4 move 11 years ago
test refactored fixture. 11 years ago
validators doc fix. 11 years ago
views Fixes #1973: Re-implemented solution for `yii message/extract` is now able to generate `.po` files 11 years ago
web Fixes #1930: Fixed domain based URL matching for website root 11 years ago
widgets Fixes #1326: The `visible` setting for `DetailView` doesn't work as expected 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php psr-4 move 11 years ago
CHANGELOG.md Fixes #2051: Do not save null data into database when using RBAC 11 years ago
LICENSE.md updated license information. 11 years ago
README.md Added --prefer-dist to all docs 11 years ago
UPGRADE.md reorganized the main repo to satisfy PSR-0. 12 years ago
Yii.php psr-4 move 11 years ago
classes.php updated class map 11 years ago
composer.json Fixes #1905: Update composer.json to use jQuery 2.0.* 11 years ago
yii psr-4 move 11 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 this extension 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.