Esempio n. 1
0
 public function index()
 {
     $this->view->users = User::all();
     $this->view->render();
 }