Exemplo n.º 1
0
Arquivo: DB.php Projeto: rjha/gloov2
 static function getInstance()
 {
     if (self::$instance == NULL) {
         self::$instance = new Gloo_DB();
     }
     return self::$instance;
 }