Esempio n. 1
0
 function rechercheSerie($re)
 {
     $all = new \model\simple\TheMovieDb();
     $this->set(array("serie" => $all->searchSerie($re)));
 }