Example #1
0
 public function student()
 {
     $model = new Model();
     return new Response('ShowView.html.twig', array('info' => $model->showOne($_GET['id'])));
 }