标签:yii 函数
转向首页
$this->redirect([‘site/index‘])
$this->gohome();
返回 上一层
$this->goBack();
刷新
$this->refresh();
显示index视图
return $this->render(‘index‘, [‘data‘ => [1,2,3]])
不显示全部layout,只显示content
return $this->renderPartial(‘index‘, [‘data‘ => [1,2,3]])
本文出自 “Epicor, magento” 博客,请务必保留此出处http://3154408.blog.51cto.com/3144408/1977172
标签:yii 函数
原文地址:http://3154408.blog.51cto.com/3144408/1977172