Ejemplo n.º 1
0
 public static function getInstance()
 {
     if (!self::$mainDataStore) {
         self::$mainDataStore = new MainDB();
         return self::$mainDataStore;
     }
     return self::$mainDataStore;
 }