Exemplo n.º 1
0
 private function objetoAbreConexao()
 {
     $_BANCO = new ConexaoBD();
     $_BANCO->conexaoBD();
 }
Exemplo n.º 2
0
<?php 
include "conexaoBD.php";
$teste_conec = new ConexaoBD();
// Teste de conexao //
$teste_conec->conexaoBD();
echo "conectou";