Hi,
where can I get more information on what:
$this->EE->stats->update_member_stats(); is doing?
I can’t find any info in your docs.
Thnx
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
September 17, 2012 5:48am
Subscribe [1]#1 / Sep 17, 2012 5:48am
Hi,
where can I get more information on what:
$this->EE->stats->update_member_stats(); is doing?
I can’t find any info in your docs.
Thnx
#2 / Sep 18, 2012 4:56pm
Hi soundseller,
It’s part of EE’s Stats library, and it’s used to update various member statistics. You can see exactly which ones by looking at the update_member_stats() function in /system/expressionengine/libraries/Stats.php. That’s not documented because it’s not part of the API or really meant for use by third-party developers. Since EE has an open source, however, you can easily read through the code to see where various functions are used and what we use them for.
Does that help?
#3 / Sep 19, 2012 3:55am
Thanks,
I will check it out.
#4 / Sep 20, 2012 4:31pm
Sounds good! If there’s anything else I can help with, just let me know.