示例#1
0
 public static function loadComms()
 {
     $arch = new Archiviste(Commentaire::$dbSite);
     $comm = new Archivable('Commentaire');
     Commentaire::$dataCom = $arch->restituer($comm);
 }