Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rodrigo Brandão  >  Extremely Simple Cache  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: How to use the class
Class: Extremely Simple Cache
Cache page output in files
Author: By
Last change: - bugs fixed
Date: 2012-11-11 11:41
Size: 151 bytes
 

Contents

Class file image Download
<?php

include_once("cache.class.php");

$cache = new cache(600,"cache");

include(
"example.html");

// $cache->clean();

$cache->create();