PHP Classes

File: example.php

Recommend this page to a friend!
  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: 12 years ago
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();