PHP Classes

File: config.php

Recommend this page to a friend!
  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: 13 years ago
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';
?>