Exemplo n.º 1
0
 public function getDBName()
 {
     if (!self::$_dbname) {
         self::$_dbname = '';
     }
     return self::$_dbname;
 }