PHP Classes

File: sample1.php

Recommend this page to a friend!
  Classes of yinsee   URI Cache   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: sample #1 - auto cache
Class: URI Cache
Cache pages based files based on the request URI
Author: By
Last change: correction.
Date: 17 years ago
Size: 98 bytes
 

Contents

Class file image Download
<?
include("class.URI_Cache.php");
$cache = new URI_Cache();

print
"the time is ".time();
?>