Files
Carsten Brandt 1b7e1cd027 Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
* 'feature' of https://github.com/mongosoft/yii2:
  returned back formatting language files
  code style. WHILE
  code style. FOR
  code style. FOREACH
  code style. operator IF
  @param, @var, @property and @return must declare types as boolean, integer, string, array or null
  short echo tags
  short array syntax

Conflicts:
	extensions/apidoc/commands/RenderController.php
	extensions/apidoc/models/BaseDoc.php
	extensions/apidoc/models/Context.php
	extensions/apidoc/templates/bootstrap/Renderer.php
	extensions/apidoc/templates/bootstrap/layouts/guide.php
	extensions/apidoc/templates/bootstrap/layouts/main.php
	extensions/apidoc/templates/bootstrap/views/index.php
	extensions/apidoc/templates/html/Renderer.php
	extensions/apidoc/templates/offline/views/index.php
	extensions/apidoc/templates/offline/views/offline.php
	extensions/apidoc/templates/online/views/index.php
	extensions/elasticsearch/Connection.php
	extensions/redis/ActiveQuery.php
	framework/base/ErrorException.php
	framework/helpers/BaseFileHelper.php
	tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
..
2014-02-20 17:55:40 +04:00
2013-12-22 23:36:01 +01:00
2014-02-24 11:51:14 -06:00
2014-02-21 18:58:20 +01:00
2014-02-04 21:02:09 +04:00
2014-02-26 01:21:51 +04:00
2014-03-07 11:16:26 -05:00
2014-02-26 01:21:51 +04:00
2014-02-16 22:00:03 +04:00
2014-03-07 13:37:58 +01:00
2014-02-24 11:24:58 -05:00
2014-02-21 18:58:20 +01:00
2014-02-16 20:02:17 -05:00
2014-03-07 11:16:26 -05:00
2014-02-26 00:04:31 +04:00
2014-02-03 11:23:44 -05:00
2014-01-05 06:17:06 +04:00
2014-03-06 10:05:43 -05:00
2014-01-30 15:25:46 +07:00
2014-02-10 19:36:38 -05:00
2013-12-22 23:36:01 +01:00
2014-02-24 15:15:04 +01:00
2014-03-02 16:32:03 +01:00
2014-02-25 14:38:06 +01:00
2014-03-03 21:32:34 +03:00

This folder contains official Yii 2 guides documentation.

To add new guide, take the following steps:

  1. Create guide-name and put there relevant documentation;
  2. If guide has more then one word in name, then it should be with dashes, like: console-fixture.md, module-debug.md;
  3. If your guide is for console commands, than its name should follow convention: console-{command}.md;
  4. If your guide is for custom modules, than its name should follow convention: module-{moduleName}.md.