Пример #1
0
 function getInfosSerie($id)
 {
     $all = new \model\simple\TheMovieDb();
     $this->set(array("serie" => $all->getSerie($id)));
 }