Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Abdul Kader  >  GMT Converter  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration file
Class: GMT Converter
Convert time between zones defined in a database
Author: By
Last change: Date format added
Date: 2009-07-29 11:48
Size: 176 bytes
 

Contents

Class file image Download
<?php
    $config
['db_host']        = 'localhost';
    
$config['db_user']        = 'root';
    
$config['db_pass']        = '';
    
$config['db_name']        = '';
    
$config['date_format']    = 'Y-m-d H:i:s';
?>