yii2 layout

693 ワード

シナリオ1:コントローラ内のメンバー変数
public $layout = false; //     
public $layout = "main"; //         

シナリオ2:コントローラメンバーメソッド内
$this->layout = false; //     
$this->layout = "main"; //         

シナリオ3:ビューでレイアウトを選択
$this->context->layout = false; //     
$this->context->layout = 'main'; //