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