PHP Classes

File: Bdd.jfm.conf.php

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