Files
yii2/framework
Carsten Brandt 330b8c2507 Merge branch '2359-formatter-refactored' of https://github.com/Erik-r/yii2-1 into Erik-r-2359-formatter-refactored
* '2359-formatter-refactored' of https://github.com/Erik-r/yii2-1:
  #2359 Bugfix in normalizeDatetimeValue after regression test
  #2359 one test failed in Travis because standard medium date format is different in Travis then on my locale PC.
  #2359 testcases adapted and compatibility to old tests improved
  remove comment lines in asRelativeTime
  Typo in function call #2359
  Namespace corrected #2359
  Refactored formatter class #2359 which works with or without intl extension. Use PHP format patterns alsow with intl. Class is compatible with previous version.
2014-06-16 13:24:20 +02:00
..
2014-04-03 11:57:49 -04:00
2014-06-10 00:24:26 +02:00
2014-05-28 10:18:35 -04:00
2014-04-22 15:50:32 +02:00
2014-06-14 16:21:59 -04:00
2014-06-09 15:51:50 +02:00
2014-05-02 18:34:13 +03:00
2014-06-10 11:13:56 -03:00
2014-06-11 20:52:25 +04:00
2014-04-07 09:43:03 +04:00
2014-06-14 16:21:59 -04:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-05-23 19:19:17 +02:00
2013-11-02 15:37:25 -04:00
2014-06-14 16:21:59 -04:00
2014-04-16 19:29:07 -03:00
2014-01-10 21:41:43 -05:00
2014-03-20 19:54:52 -04:00

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.