Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->User->guest();
     $this->id = (int) $this->uri->segment(2);
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->assign("root", base_url());
 }