Exemplo n.º 1
0
 /**
  * @param string $current_db_name
  */
 public static function setCurrentDbName($current_db_name)
 {
     self::$current_db_name = $current_db_name;
 }