mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-26 03:30:32 +08:00
Merge pull request #5009 from tebazil/patch-1
Update structure-views.md
This commit is contained in:
@@ -264,7 +264,7 @@ echo $this->render('report', [
|
||||
```
|
||||
|
||||
The pull approach actively retrieves data from the [[yii\base\View|view component]] or other objects accessible
|
||||
in views (e.g. `Yii::$app`). Using the above code as an example, within the view you can get the controller object
|
||||
in views (e.g. `Yii::$app`). Using the code below as an example, within the view you can get the controller object
|
||||
by the expression `$this->context`. And as a result, it is possible for you to access any properties or methods
|
||||
of the controller in the `report` view, such as the controller ID shown in the following:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user