예제 #1
0
파일: UserController.php 프로젝트: ud223/yj
 public function init()
 {
     $this->_helper->layout->setLayout('normal');
     parent::init();
 }
예제 #2
0
파일: ApiController.php 프로젝트: ud223/yj
 public function init()
 {
     parent::init();
     $this->_helper->layout->setLayout('manage');
 }