PHP Classes

File: sample1.php

Recommend this page to a friend!
  Classes of yinsee   URI Cache   sample1.php   Download  
File: sample1.php
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: 16 years ago
Size: 98 bytes
 

Contents

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

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