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