Files
yii2/framework
Carsten Brandt e8b674dc78 Do not unset class properties!
this will result in objects that do not have the property anymore :-)
2014-01-05 01:11:33 +01:00
..
2014-01-05 01:11:33 +01:00
2014-01-04 14:21:58 +01:00
2013-11-02 15:37:25 -04:00
2014-01-03 22:51:30 +01:00

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 "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.