Files
yii2/framework
Carsten Brandt 3d59b19a21 added classes to grid, list and detail view
to allow specific styling
also fixed an issue with gridview sort indicator css.

fixes #1000
2014-01-05 14:45:09 +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.