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 Epsilon Alexey  >  uClassDir  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: configuration file
Class: uClassDir
Locate and load PHP classes
Author: By
Last change:
Date: 2009-07-26 11:50
Size: 495 bytes
 

Contents

Class file image Download
<?php

/**
 * UltimaPHP main config file
 * 
 * @package UltimaPHP Core (http://ultimaphp.ru)
 * @author Epsilon 2009/07/20
 */
$GLOBALS['uconfig'] = array(
    
'core' => array(
            
'productionmode' => 1,    // Set to 0 when project ready to go, it disables autorecompilation
            
'classdir' => array('core''auto''ucomponents'),    // Dirs to look for class files
            
'autodir' => 'auto'// Dir to place autodir file(s)
        
),
    
/* Another config values (if you need it) can be inserted right here ! */
);