mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Updated docs/guide
This commit is contained in:

committed by
Dmitry Naumenko

parent
b77d74b6d6
commit
6f7f9ea4e5
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user