Exemplo n.º 1
0
 function __construct()
 {
     if (!isset(self::$database)) {
         self::$database = BaseDeDonnees::getInstance();
     }
 }