Example #1
0
function moviePage($webgbDao, $idCommunity)
{
    global $USER;
    $webgdCommunity = new WebgdCommunityDao();
    $listFiles = $webgdCommunity->mediaByCommunity($idCommunity, $USER->id, 'movie');
    Commons::printListMovies($idCommunity, $listFiles);
}