Yii モジュールがlayout
を呼び出す際の問題は、Webサイトのフロントエンドとバックエンドを分離するために、moduleを使用して管理モジュール
をAdminModule.phpのinit()メソッドに追加することにしました。追加
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> $this->layout='main';
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php $this->beginContent(); ?> <div class="container"> <div id="content"> <?php echo $content; ?> </div><!-- content --> </div> <?php $this->endContent(); ?>