PHP Classes

File: global.php

Recommend this page to a friend!
  Classes of Pierre Delporte   Full DB-PDO abstraction   global.php   Download  
File: global.php
Role: Configuration script
Content type: text/plain
Description: File the constant definition for the connection to the DB
Class: Full DB-PDO abstraction
Store and retrieve database data as objects
Author: By
Last change:
Date: 8 years ago
Size: 326 bytes
 

Contents

Class file image Download
<?php
/**
 * @author: Pierre Delporte - pierre.delporte@alf-solution.be
 * Date: 1/02/15
 * Time: 16:51
 * @note : Ceci fichier reprend les variables globales du projet
 */
define('HOST', 'localhost');
define('USER', 'root');
define('PASSWORD', 'password');
define('DBNAME', 'framework');
define('TYPEDB', 'mysql');