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 02d5b20bda Fixes #2360: Added `AttributeBehavior` and `BlameableBehavior`, and renamed `AutoTimestamp` to `TimestampBehavior` 11 years ago
..
assets Renamed `fooVar` to `fooParam` for various classes. 11 years ago
base
behaviors Fixes #2360: Added `AttributeBehavior` and `BlameableBehavior`, and renamed `AutoTimestamp` to `TimestampBehavior` 11 years ago
caching
captcha
console
data Renamed `fooVar` to `fooParam` for various classes. 11 years ago
db Fixes #2490: `yii\db\Query::count()` and other query scalar methods now properly handle queries with GROUP BY clause 11 years ago
grid
helpers fixed several issues with apidoc generator 11 years ago
i18n
log
mail
messages
mutex
rbac
requirements
test
validators
views
web small code style fix 11 years ago
widgets Renamed `fooVar` to `fooParam` for various classes. 11 years ago
.gitignore
.htaccess
BaseYii.php
CHANGELOG.md Fixes #2360: Added `AttributeBehavior` and `BlameableBehavior`, and renamed `AutoTimestamp` to `TimestampBehavior` 11 years ago
LICENSE.md
README.md
UPGRADE.md
Yii.php
classes.php
composer.json Changed markdown library to cebe/markdown 11 years ago
yii
yii.bat

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.