- 相对路径 (如 `main`): 在上下文模块的[[yii\base\Module::layoutPath|layout path]]布局路径中查找实际的布局文件,the actual layout file will be looked for under the context module's
the `view` application component. You can configure this component in [application configurations](structure-applications.md#application-configurations)
如下所示:
like the following:
```php
```php
[
[
...
@@ -537,8 +627,15 @@ like the following:
...
@@ -537,8 +627,15 @@ like the following:
]
]
```
```
视图组件提供如下实用的视图相关特性,每项详情会在独立章节中介绍:
View components provide the following useful view-related features, each described in more details in a separate section:
View components provide the following useful view-related features, each described in more details in a separate section: