function __construct()
 {
     $this->DATABASE["server"] = "localhost";
     $this->DATABASE["port"] = "3306";
     $this->DATABASE["username"] = "******";
     $this->DATABASE["password"] = "******";
     $this->DATABASE["database"] = "vts";
     parent::CLS_MYSQL($this->DATABASE);
     parent::Connect();
 }