Login   Register  
PHP Classes
elePHPant
Icontem

File: conf.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-02-28 04:10
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');
?>