PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of David Palmer   phpBoing   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: minimal configuration file for boing
Class: phpBoing
Inject dependency objects from XML definitions
Author: By
Last change:
Date: 15 years ago
Size: 265 bytes
 

Contents

Class file image Download
<?php
/**
 * This is a global config for the PHP system.
 */

define('CONTEXT_XML',"applicationContext.xml");
define('MEMCACHE_SERVERS',"localhost:11211"); // can be a comma delimited list
define('CLASSPATH','./classes'); // can be a comma delimited list
?>