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