<?php require_once("../classes/class.db.php"); $Conexao = new DB(); $Conexao->SGBDR = "MySQL"; $Conexao->Conexao("localhost","root","","test","3306"); ?>