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