Exemplo n.º 1
0
 public function index()
 {
     $c = new CareController();
     $c->check_login();
     $this->display();
 }