This is the abstract class for tracking visitor id. There are two subclasses for using either a database or a file for storing the information. Currently the ip, the hostname, the time and the last visited link are stored.
PUBLIC:
var $count
function getIP()
function track()
function getAll()
function get($id)
function getIdentifier()
PRIVATE:
function _store($ip, $host, $from)
function _countEntries()
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (81.3%) |
Good (81.3%) |
- |
Sufficient (68.8%) |
- |
- |
Not sure (55.6%) |
983 |
| 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.
| Link |
Description |
| anyDB |
The db access class |