Home
last modified time | relevance | path

Searched refs:page_totals (Results 1 – 4 of 4) sorted by relevance

/plugin/quickstats/
H A Dadmin.php27 private $page_totals; variable in admin_plugin_quickstats
39 $this->page_totals = unserialize(io_readFile($this->meta_path . 'page_totals.ser'));
40 if(!$this->page_totals) $this->page_totals = array();
41 if(!empty($this->page_totals)) {
42 foreach($this->page_totals as $ttl) {
62 $data_dirs = array_reverse(array_keys($this->page_totals));
95 $dirs = array_keys($this->page_totals);
H A Dsyntax.php529 $page_totals = unserialize(io_readFile($meta_path . 'page_totals.ser'));
531 if(!$page_totals) $page_totals = array();
532 if(!empty($page_totals)) {
533 foreach($page_totals as $ttl) {
/plugin/quickstats/scripts/
H A Dget_useragent.php23 $page_totals = unserialize(file_get_contents($page_totals_file)); variable
24 $months = array_keys($page_totals);
/plugin/quickstats/db/
H A DdataBaseStructure.txt126 page_totals.ser
127 [month_year]=>page_totals //updated with each new page addition from pages.ser=>site_total