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