php - Is there any way of changing the layout of view in Yii2? -


how override layout used controller render view in third party module?

inside relative action:

public function actionyouraction($id) {     $this->layout = 'yournewlayout';      return $this->render('yourview', ['model' =>$model]); } 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -