예제 #1
0
 public static function getStat()
 {
     $commentaireDAO = new CommentaireDAO(BDD::getInstancePDO());
     $arr['total'] = $commentaireDAO->getCountTotal();
     return $arr;
 }