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.