Exemplo n.º 1
0
 static function Instance()
 {
     if (self::$_instance == NULL) {
         self::$_instance = new Msql();
     }
     return self::$_instance;
 }