 |
|
Innovation award
 Nominee: 1x |
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.
|
|
| Name: |
Access Counter |
| Base name: |
accesscounter |
| Description: |
Count and display page accesses stored in files |
| Version: |
- |
| PHP version: |
- |
| License: |
Freeware |
| All time users: |
1735 users |
| All time rank: |
2014 |
| Week users: |
1 user |
| Week rank: |
2020  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Sufficient (79.2%) |
- |
- |
- |
- |
Not sure (49.6%) |
1566 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| File |
Role |
Description |
counter.inc.php |
Class |
Class for counting how many users have seen a particular page. |