예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->User->guest();
     $this->id = (int) $this->uri->segment(2);
 }
예제 #2
0
파일: cms.php 프로젝트: NaszvadiG/fengniao
 public function __construct()
 {
     parent::__construct();
     $this->assign("root", base_url());
 }