PHP Classes

File: app/config/database.php

Recommend this page to a friend!
  Classes of Kabir Hossain   Sage   app/config/database.php   Download  
File: app/config/database.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Sage
Demo application of Web development framework
Author: By
Last change:
Date: 1 year ago
Size: 303 bytes
 

Contents

Class file image Download
<?php

/**
 * Configuration for: Database
 * This is the place where you define your database credentials, database type etc.
 */
define('DB_TYPE', 'mysql');
define('DB_HOST', '127.0.0.1');
define('DB_NAME', 'address_db');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_CHARSET', 'utf8');