Files
yii2/framework
Carsten Brandt 8d09633bb9 allow class level trigger call on Event subclasses
e.g. UserEvent::trigger('event', 'class');
should result in a UserEvent to be passed to the handlers instead of
a base\Event.
2014-01-04 11:48:03 +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.