PHP Classes

File: output/settings.php

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

Contents

Class file image Download
<?php define("DBUSER" , "databaseUser"); define("DBPASSWD", "DatabasePassword"); define("DB", "testDB"); define("DBSERVER", "localhost"); ?>