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.
 
 
 
 
 
Qiang Xue eeb9f6026d added more doc [skip ci] 11 years ago
..
assets fixed data-method. 11 years ago
base renamed attributes to attributeNames in model 11 years ago
behaviors fixed build break. 11 years ago
caching Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
captcha reverted breaking PHPdoc codestyle changes 11 years ago
console updated phpdoc 11 years ago
data Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
db renamed attributes to attributeNames in model 11 years ago
di improved DI definition normalization. 11 years ago
filters added more doc [skip ci] 11 years ago
grid refactored GridView to have clear separation between value and content 11 years ago
helpers Finished refactoring find() . 11 years ago
i18n Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
log Fixes #2998: Added `framework\log\SyslogTarget` that is able to write log to syslog 11 years ago
mail updated phpdoc 11 years ago
messages Wrong placeholder in translation 11 years ago
mutex reverted breaking PHPdoc codestyle changes 11 years ago
rbac updated phpdoc 11 years ago
requirements apidoc and codestyle fixes 11 years ago
rest Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
test Refactored AR find 11 years ago
validators Use proper error message. 11 years ago
views updated errorhandler views doc 11 years ago
web Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
widgets improved session error handling 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Fix #2877: `yii\log\Logger` is split into `yii\log\Logger` and `yii\log\Dispatcher`. (qiangxue) 11 years ago
CHANGELOG.md Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md reorganized the main repo to satisfy PSR-0. 12 years ago
Yii.php DI WIP 11 years ago
classes.php update class map. 11 years ago
composer.json replace pjax with external resouce via composer 11 years ago
yii Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 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 the Yii framework 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.