Login   Register  
PHP Classes
elePHPant
Icontem

File: control.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Israel de Souza Rocha  >  Access Statistics  >  control.php  >  Download  
File: control.php
Role: Example script
Content type: text/plain
Description: File to analyse the logs
Class: Access Statistics
Keep track of access statistics to site pages
Author: By
Last change:
Date: 2004-05-14 07:40
Size: 137 bytes
 

Contents

Class file image Download
<?
include("accessControl.class.php");

$auditor = new accessControl();
$auditor->resumeFiles();
$auditor->resumeGeneric(1);


?>