コード例 #1
0
 public function init()
 {
     $this->content_type = Content::TYPE_POST;
     parent::init();
 }
コード例 #2
0
ファイル: BaseController.php プロジェクト: merlinxie/lulublog
 public function init()
 {
     $this->content_type = 'page';
     parent::init();
 }