Beispiel #1
0
 public function before()
 {
     $this->auth = Auth::instance();
     $this->user = $this->auth->get_user();
     if ($this->protected === TRUE) {
         $this->logged_in_required();
     }
 }