Login   Register  
PHP Classes
elePHPant
Icontem

File: settings.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Shibly  >  Simple DAL  >  settings.php  >  Download  
File: settings.php
Role: Configuration script
Content type: text/plain
Description: the connection settings file
Class: Simple DAL
Simple MySQL database abstraction layer
Author: By
Last change:
Date: 2012-02-08 13:26
Size: 160 bytes
 

Contents

Class file image Download
<?php
define
('DB_HOST''localhost');
define('DB_PORT''3306');
define('DB_NAME''shiblydb');
define('DB_USER''root');
define('DB_PASSWORD''');
?>