Yii2 使用十四 模板嵌套用法
<?php use yiihelpersHtml; ?> this is child
<?php
use yiihelpersHtml;
/* @var $this yiiwebView */
$this->title = "About";
?>
<?php echo $this->render("_left");?>声明:该文观点仅代表作者本人,入门客AI创业平台信息发布平台仅提供信息存储空间服务,如有疑问请联系rumenke@qq.com。
<?php use yiihelpersHtml; ?> this is child
<?php
use yiihelpersHtml;
/* @var $this yiiwebView */
$this->title = "About";
?>
<?php echo $this->render("_left");?>