mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
One paragraph description and one code snippet to clarify usage of yii\web\View::render() in a view context, as using echo is a significant change from partial view usage in Yii 1.1.
This folder contains official Yii 2 guides documentation.
To add new guide, take the following steps:
- Create
guide-nameand put there relevant documentation; - If guide has more then one word in name, then it should be with dashes, like:
console-fixture.md,module-debug.md; - If your guide is for console commands, than its name should follow convention:
console-{command}.md; - If your guide is for custom modules, than its name should follow convention:
module-{moduleName}.md.