carlos1968
Karma: 0
|
Want function for Listings and Viewings - 2010/08/17 16:14
I find this variables right now, and looks like not using. I cant find the function and in the Statistic counts all = 0. Where i can find the function to count for listings and viewings ? I want to integrated in the fileList and fileInfo php, to counts.
| Code: | /** @var int File number of times appeared in a list */
public $listings=0;
/** @var int File number of times detailed info viewed */
public $viewings=0;
|
Regards Carlos
Post edited by: carlos1968, at: 2010/08/17 16:25
|