Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2009-08-02 09:30
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
?>