PHP Classes

File: configuration.php

Recommend this page to a friend!
  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: 12 years ago
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 */