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.
 
 
 
 
 
Ivan Pomortsev c9c59bdc26 Update Query.php 11 years ago
..
assets Merge pull request #1958 from 6pblcb/yiiActiveForm-beforeSubmit 11 years ago
base Added `beforeRun()` and `afterRun()` to `yii\base\Action` 11 years ago
behaviors AutoTimestamp updated 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 refacotring. 11 years ago
data added docs about # link to sort and paginiation 11 years ago
db Update Query.php 11 years ago
grid Fixes #1921: Grid view ActionColumn now allow to name buttons like `{controller/action}` 11 years ago
helpers BaseArrayHelper updated 11 years ago
i18n added possibility to save messages to be translated 11 years ago
log Removed unused imports 11 years ago
mail phpdoc fixes, unused variable 11 years ago
messages Adjustment the translation into Portuguese of Brazil. 11 years ago
mutex psr-4 move 11 years ago
rbac more null fixes. 11 years ago
requirements psr-4 move 11 years ago
test refactored fixture. 11 years ago
validators doc fix. 11 years ago
views refacotring. 11 years ago
web Removed temp class 11 years ago
widgets Fixes #1974. 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 changelog fix. 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 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 11 years ago
composer.json allow installing jQuery 1.10 for IE support 11 years ago
yii Defined STDOUT in entry scripts in case console application is running via CGI 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.