Login   Register  
PHP Classes
elePHPant
Icontem

File: config.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Duy A. Nguyen  >  Small MySQL Connection  >  config.inc.php  >  Download  
File: config.inc.php
Role: Configuration script
Content type: text/plain
Description: sample
Class: Small MySQL Connection
MySQL database access wrapper
Author: By
Last change: new updating
Date: 2006-04-30 10:02
Size: 230 bytes
 

Contents

Class file image Download
<?php
    $g_config
['db_server']             = 'localhost';
    
$g_config['db_username']         = 'root';
    
$g_config['db_password']        = 'mysql';
    
$g_config['db_database_name']    = 'encyclopedia';
    
    
    
$g_config['table_prefix']        = 'agu_ency_';
?>