Login   Register  
PHP Classes
elePHPant
Icontem

File: lib/config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rodrigo Brandão  >  MySQL Query Builder  >  lib/config.php  >  Download  
File: lib/config.php
Role: Configuration script
Content type: text/plain
Description: The config file
Class: MySQL Query Builder
Build and execute MySQL queries from parameters
Author: By
Last change: new features
Date: 2012-10-13 01:36
Size: 219 bytes
 

Contents

Class file image Download
<?php

define
('DB_HOST','localhost');

define('DB_USER','root');

define('DB_PASS','root');

define('DB_NAME','database');

define('DB_CHAR','utf8');

define('DB_RETURN','array');

define('DB_DEBUG',true);