Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2009-05-17 04:32
Size: 108 bytes
 

Contents

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

//other php code follows here
?>