PHP Classes

File: tests/Config.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP PDO DB Connection Controller   tests/Config.php   Download  
File: tests/Config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP PDO DB Connection Controller
Connect to a database configured using a subclass
Author: By
Last change:
Date: 2 years ago
Size: 225 bytes
 

Contents

Class file image Download
<?php
$SECURE_DB_CONFIG
or die("Access Denied ????");
return array(
   
"PORT" => 3306,
   
"HOST" => "localhost",
   
"VERSION" => "mysql",
   
"NAME" => "dbname",
   
"USERNAME" => "root",
   
"PASSWORD" => ""
);