Files
yii2/framework
Carsten Brandt 76b3d89d83 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (43 commits)
  `BaseActiveRecord::findAll()` comment fix
  Fixes #2913: RBAC `DbManager` is now initialized via migration
  [NL] Removed app.php
  [NL] brought translations up to date
  Fix for comparing numeric attributes in JavaScript
  Better Gii caption english
  Fix for comparing numeric attributes in JavaScript
  HHVM compatibility Fixes for Yii 2 Console Application
  Rough creation of a doc style guide
  typo
  Finished Edits
  Edited up to Active Record
  renamed chapter to section [skip ci]
  Catalan translation
  Edited up through "I18N"
  Cleaned Up
  updated guide toc [skip ci]
  Update concept-behaviors.md
  Fixed wrong links [skip ci]
  Fixed document for multisort in BaseArrayHelper
  ...
2014-05-06 16:00:45 +02:00
..
2014-04-03 11:57:49 -04:00
2014-04-23 02:55:17 +02:00
2014-04-23 02:55:17 +02:00
2014-04-22 15:50:32 +02:00
2014-05-01 22:19:48 -04:00
2014-05-02 14:47:19 +04:00
2014-05-02 18:34:13 +03:00
2014-05-06 11:15:46 +02:00
2014-03-26 23:03:18 +01:00
2014-04-17 15:35:09 +04:00
2014-04-07 09:43:03 +04:00
2014-04-23 02:55:17 +02:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2013-11-02 15:37:25 -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.