Login   Register  
PHP Classes
elePHPant
Icontem

File: config.conf.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of James Glenlake  >  Configurator  >  config.conf.php  >  Download  
File: config.conf.php
Role: Sample output
Content type: text/plain
Description: A sample config file.
Class: Configurator
Handling Apache style configuration files
Author: By
Last change:
Date: 2004-02-08 06:21
Size: 282 bytes
 

Contents

Class file image Download
# <?php die('Don\'t be naughty'); ?>
# Configuration file
# Auto-generated file

TestOption testvalue

TestOption2 testvalue2

<DB testdb>
	Host localhost
	User dude
	Password test
	Database testdb
</DB>

<DB otherdb>
	Host localhost
	User dude
	Password test
	Database testdb
</DB>