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