library visitors
Visitors count
visitors/visitors
Visitors count
- Tuesday, November 18, 2014
- by ludvigskoglund
- Repository
- 1 Watchers
- 0 Stars
- 9 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Visitors
This lets you count the number of unique visitors on your page, (*1)
Add this to your CDIFactoryDefault.php, (*2)
$this->setShared('visitors', function() {
$visit = new \Anax\Visitors\CVisitors($this);
//$visit->setDI($this);
return $visit;
});, (*3)
Then add $visits = $app->visitors->countVisitors(); wherever you want to display your visitors count., (*4)
dev-master
9999999-dev
Visitors count
Sources
Download
Ludde
The Requires
count
visitors