1 定义子模板
use yii\helpers\Html;
this is child
2 模板包含
use yii\helpers\Html;
/* @var $this yii\web\View */
$this->title = 'About';
echo $this->render('_left');
Yii2 使用十四 模板嵌套用法
阅读 150
2022-06-28
use yii\helpers\Html;
this is child
use yii\helpers\Html;
/* @var $this yii\web\View */
$this->title = 'About';
echo $this->render('_left');
相关推荐
精彩评论(0)