database_medoo = new Medoo([ 'database_type' => DB_TYPE, 'database' => DB_FILE, ]); } function GetConn() { return $this->database_medoo; } }