PHP Classes

File: sourceData/settings.php

Recommend this page to a friend!
  Classes of Martijn Waeyenbergh   PHP MySQL Generator   sourceData/settings.php   Download  
File: sourceData/settings.php
Role: Configuration script
Content type: text/plain
Description: template class settings.php
Class: PHP MySQL Generator
Generate classes to access MySQL database tables
Author: By
Last change:
Date: 2 years ago
Size: 154 bytes
 

Contents

Class file image Download
<?php


    define
("DBUSER" , "#user#");
   
define("DBPASSWD", "#password#");
   
define("DB", "#database#");
   
define("DBSERVER", "#server#");
   



?>