Commit 6b33a061 by Alexander Makarov

Merge pull request #5086 from tebazil/patch-5

[ci skip] Update structure-views.md
parents 82b2f795 00ce3a3a
......@@ -658,7 +658,7 @@ For example, the following code injects the current date at the end of the page
Static pages refer to those Web pages whose main content are mostly static without the need of accessing
dynamic data pushed from controllers.
You can generate static pages using the code like the following in a controller:
You can output static pages by putting their code in the view, and then using the code like the following in a controller:
```php
public function actionAbout()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment