Go to the source code of this file.
| Functions | |
| graph1 () | |
| Variables | |
| $aDataX = array() | |
| $aDataY = array() | |
| $oSmarty = $this->getSmarty() | |
| $sTime_from = $oDb->quote( date( "Y-m-d H:i:s", strtotime( $oSmarty->_tpl_vars['time_from'] ) ) ) | |
| $sTime_to = $oDb->quote( date( "Y-m-d H:i:s", strtotime( $oSmarty->_tpl_vars['time_to'] ) ) ) | |
| $sSQL = "select count(*) as nrof, oxcategories.oxtitle from oxlogs, oxcategories where oxlogs.oxclass = 'alist' and oxlogs.oxcnid = oxcategories.oxid and oxlogs.oxtime >= $sTime_from and oxlogs.oxtime <= $sTime_to group by oxcategories.oxtitle order by nrof desc limit 0, 25" | |
| $rs = $oDb->execute( $sSQL) | |
| $iMax = 0 | |
| $aPoints = array() | |
| $aPoints ["0"] = 0 | |
| $aAligns ["0"] = 'report_searchstrings_scale_aligns_left"' | |
| $iTenth = strlen($iMax) - 1 | |
| $aAligns ["".(round(($iMax/2))).""] = 'report_searchstrings_scale_aligns_center" width="'.(720/3).'"' | |
| $aPoints ["".$iMax.""] = $iMax | |
| $aAligns ["".$iMax.""] = 'report_searchstrings_scale_aligns_right" width="'.(720/3).'"' | |
| graph1 | ( | ) | 
Current week top viewed categories report
Definition at line 97 of file report_top_clicked_categories.php.
| $aAligns["".$iMax.""] = 'report_searchstrings_scale_aligns_right" width="'.(720/3).'"' | 
Definition at line 59 of file report_top_clicked_categories.php.
| $aAligns["".(round(($iMax/2))).""] = 'report_searchstrings_scale_aligns_center" width="'.(720/3).'"' | 
Definition at line 57 of file report_top_clicked_categories.php.
| $aAligns["0"] = 'report_searchstrings_scale_aligns_left"' | 
Definition at line 52 of file report_top_clicked_categories.php.
| $aDataX = array() | 
Definition at line 26 of file report_top_clicked_categories.php.
| $aDataY = array() | 
Definition at line 27 of file report_top_clicked_categories.php.
| $aPoints["".$iMax.""] = $iMax | 
Definition at line 58 of file report_top_clicked_categories.php.
| $aPoints["0"] = 0 | 
Definition at line 51 of file report_top_clicked_categories.php.
| $aPoints = array() | 
Definition at line 50 of file report_top_clicked_categories.php.
| $iMax = 0 | 
Definition at line 44 of file report_top_clicked_categories.php.
| $iTenth = strlen($iMax) - 1 | 
Definition at line 53 of file report_top_clicked_categories.php.
| $oSmarty = $this->getSmarty() | 
Definition at line 29 of file report_top_clicked_categories.php.
| $rs = $oDb->execute( $sSQL) | 
Definition at line 34 of file report_top_clicked_categories.php.
| $sSQL = "select count(*) as nrof, oxcategories.oxtitle from oxlogs, oxcategories where oxlogs.oxclass = 'alist' and oxlogs.oxcnid = oxcategories.oxid and oxlogs.oxtime >= $sTime_from and oxlogs.oxtime <= $sTime_to group by oxcategories.oxtitle order by nrof desc limit 0, 25" | 
Definition at line 33 of file report_top_clicked_categories.php.
| $sTime_from = $oDb->quote( date( "Y-m-d H:i:s", strtotime( $oSmarty->_tpl_vars['time_from'] ) ) ) | 
Definition at line 30 of file report_top_clicked_categories.php.
| $sTime_to = $oDb->quote( date( "Y-m-d H:i:s", strtotime( $oSmarty->_tpl_vars['time_to'] ) ) ) | 
Definition at line 31 of file report_top_clicked_categories.php.
 1.5.5
 1.5.5