コード例 #1
0
ファイル: view.php プロジェクト: MoobiEgc/webgd_community
function moviePage($webgbDao, $idCommunity)
{
    global $USER;
    $webgdCommunity = new WebgdCommunityDao();
    $listFiles = $webgdCommunity->mediaByCommunity($idCommunity, $USER->id, 'movie');
    Commons::printListMovies($idCommunity, $listFiles);
}