PHP Classes

File: settings.php

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