예제 #1
0
 function getInfosFilm($id)
 {
     $all = new \model\simple\TheMovieDb();
     $this->set(array("film" => $all->getMovie($id)));
 }