PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of James Blond   mb_cache   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: example script
Class: mb_cache
Cache page content output in files
Author: By
Last change:
Date: 15 years ago
Size: 108 bytes
 

Contents

Class file image Download
<?php
require_once "./classes/cache.class.php";
$cache = new cache();

//other php code follows here
?>