Login   Register  
PHP Classes
elePHPant
Icontem

File: Bdd.jfm.conf.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jorge  >  Bdd  >  Bdd.jfm.conf.php  >  Download  
File: Bdd.jfm.conf.php
Role: Configuration script
Content type: text/plain
Description: Configuration file
Class: Bdd
Execute MySQL queries from parameters
Author: By
Last change: File uploaded
Date: 2011-09-13 00:04
Size: 378 bytes
 

Contents

Class file image Download
<?php
/**
 * BDD Class Configuration File.
 * 
 * 
 * @autor Jorge M. Fernandez. jorge@jorgefm.com - www.jorgefm.com 
 * @date March 2011.
 */
define('BDD_SERVER','server address here');  
define('BDD','database name here');
define('BDD_USER','user here'); 
define('BDD_PASSWORD','password here');
//Enable/Disable debug messages (ON/OFF)
define('DEBUG','OFF');
?>