createTable(); $qg = new QuestionsGateway($db); $tabQuestions = $qg->afficherQuestions(); return $tabQuestions; } }