Esempio n. 1
0
 function tmdb($re)
 {
     $tmdb = new \model\simple\TheMovieDb();
     $this->set(array("film" => $tmdb->getMovieFormat($re)));
 }