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