Exemple #1
0
 private static function CreateVars()
 {
     SELF::$data["user"] = Config::ReturnStringOfConfig("mysql_user");
     SELF::$data["pw"] = Config::ReturnStringOfConfig("mysql_pw");
     SELF::$data["db"] = Config::ReturnStringOfConfig("mysql_db");
     SELF::$data["host"] = Config::ReturnStringOfConfig("mysql_host");
     SELF::$data["port"] = SELF::CheckIfPortIsDefault();
 }