PHP Classes

File: lib/config.php

Recommend this page to a friend!
  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: 11 years ago
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);