PHP Classes

File: DatabaseConfig.php

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   Dyno SQL   DatabaseConfig.php   Download  
File: DatabaseConfig.php
Role: Configuration script
Content type: text/plain
Description: Configuration class source
Class: Dyno SQL
Build and execute SQL queries dynamically
Author: By
Last change:
Date: 3 months ago
Size: 171 bytes
 

Contents

Class file image Download
<?php
abstract class DatabaseConfig
{
    const
host = "localhost";
    const
name = "xxxxxxxxx";
    const
username = "xxxxxxxxx";
    const
password = "xxxxxxxxx";

}
?>