layout = false">
您的位置:首页 > 技术中心 > php框架 >

yii2如何设置不使用布局

时间:2019-12-17 17:01

yii2中设置不使用布局的方法:

控制器内成员变量

public $layout = false; //不使用布局
public $layout = "main"; //设置使用的布局文件

控制器成员方法内

$this->layout = false; //不使用布局
$this->layout = "main"; //设置使用的布局文件

视图中选择布局

$this->context->layout = false; //不使用布局
$this->context->layout = 'main'; //设置使用的布局文件

相关文章教程推荐:yii教程

以上就是yii2如何设置不使用布局的详细内容,更多请关注gxlsystem.com其它相关文章!

热门排行

今日推荐

热门手游