Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
added option to return all as collection
Browse files Browse the repository at this point in the history
  • Loading branch information
weboAp committed Jun 12, 2015
1 parent a68d4de commit faead71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ Visitor::has( $ip ); // checkk if visitor ip exist in log
Visitor::count() // return count of all site registred unique visitors


Visitor::all(); // all records
Visitor::all(); // all records as array

Visitor::all(true); // all records as collection


Visitor::clicks(); //total of all clicks
Expand Down

0 comments on commit faead71

Please sign in to comment.