Example #1
0
function questionsPage($webgbDao, $idCommunity)
{
    global $USER;
    $webgdCommunity = new WebgdCommunityDao();
    $listQuestions = $webgdCommunity->questionsByCommunity($idCommunity);
    Commons::printListQuestions($listQuestions, $idCommunity);
}