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