function recordPage($webgbDao, $idCommunity) { global $USER; $webgdCommunity = new WebgdCommunityDao(); $listFiles = $webgdCommunity->moviesByCommunity($idCommunity, $USER->id); Commons::printListRecord($idCommunity, $listFiles); }