PHP Classes

File: conf.inc.php

Recommend this page to a friend!
  Classes of Ruben Sekiji Negrao Doi   GV Conection Class   conf.inc.php   Download  
File: conf.inc.php
Role: Configuration script
Content type: text/plain
Description: PHP file with the constants used on Class
Class: GV Conection Class
Simple database access wrapper
Author: By
Last change: Implemented new constants defines.
Date: 16 years ago
Size: 245 bytes
 

Contents

Class file image Download
<?php
define
('CLASS_PATH', "");
define('INCLUDES_PATH',"../includes/");
# db constants
define('_USERNAME','root');
define('_PASSWORD','root');
define('_SERVER','localhost');
define('_DATABASE','database');
define('_DB_TYPE','mysql');
?>