Updated docs/guide

This commit is contained in:
muhammadcahya
2016-04-20 16:36:50 +07:00
committed by Dmitry Naumenko
parent b77d74b6d6
commit 6f7f9ea4e5
2 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,8 @@ With the above configuration, the `site/offline` action will be used to handle a
The `catchAll` property should take an array whose first element specifies a route, and
the rest of the elements (name-value pairs) specify the parameters to be [bound to the action](structure-controllers.md#action-parameters).
> Info: Debug panel on development environment will not work when this property is enabled
## Creating URLs <span id="creating-urls"></span>

View File

@ -192,6 +192,7 @@ The rest of the array elements (key-value pairs) specify the parameters to be bo
]
```
> Info: Debug panel on development environment will not work when this property is enabled
#### [[yii\base\Application::components|components]] <span id="components"></span>