This is a simple class that can keep track of page accesses by storing the number of user accesses in server side files.
The class can store the access counts of multiple pages of a site in single file. That file contains a serialized array with entries that store the number of accesses for each of the site pages being tracked.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (85.0%) |
Good (85.0%) |
- |
- |
- |
- |
Not sure (51.0%) |
1260 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
counter.inc.php |
Class |
Class for counting how many users have seen a particular page. |