Login   Register  
PHP Classes
elePHPant
Icontem

File: configuration.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Pablo Albrecht  >  Powerful Caching Class  >  configuration.php  >  Download  
File: configuration.php
Role: Configuration script
Content type: text/plain
Description: Configuration file (optional)
Class: Powerful Caching Class
Cache arbitrary content in files
Author: By
Last change:
Date: 2011-04-12 16:38
Size: 262 bytes
 

Contents

Class file image Download
<?php
/**
* http://codelikepandas.com for more coding tuts, snippets and help
* @author: Pablo Albrecht
* @date: 30 January 2011, 06:55 PM
*/


$config['cache'] = array(
    
'priority_required' => 50,
    
'caching_path' => './cache/'
);

/* End of file */