report_visitor_absolute.php File Reference


Functions

 visitor_week ()

Variables

 $aDataX = array()
 $aDataY = array()
 $dTimeTo = strtotime( oxConfig::getParameter( "time_to"))
 $sTime_to = date( "Y-m-d H:i:s", $dTimeTo)
 $dTimeFrom = mktime( 23, 59, 59, date( "m", $dTimeTo)-12, date( "d", $dTimeTo), date( "Y", $dTimeTo))
 $sTime_from = date( "Y-m-d H:i:s", $dTimeFrom)
 $sSQL = "select oxtime, count(*) as nrof from oxlogs where oxtime >= '$sTime_from' and oxtime <= '$sTime_to' group by oxsessid"
 $aTemp = array()
 $rs = oxDb::getDb()->execute( $sSQL)
 $graph = new Graph(800, 600)
 $aDataFinalX = array()
 $bplot = new BarPlot( $aDataFinalX)
 $aDataFinalX2 = array()
 $bplot2 = new BarPlot( $aDataFinalX2)
 $aDataFinalX3 = array()
 $bplot3 = new BarPlot( $aDataFinalX3)
 $gbplot = new groupBarPlot (array($bplot, $bplot2, $bplot3))


Function Documentation

visitor_week (  ) 

Collects and renders visitor/week report data

Returns:
null


Variable Documentation

$aDataFinalX = array()

$aDataFinalX2 = array()

$aDataFinalX3 = array()

$aDataX = array()

$aDataY = array()

$aTemp = array()

$bplot = new BarPlot( $aDataFinalX)

$bplot2 = new BarPlot( $aDataFinalX2)

$bplot3 = new BarPlot( $aDataFinalX3)

$dTimeFrom = mktime( 23, 59, 59, date( "m", $dTimeTo)-12, date( "d", $dTimeTo), date( "Y", $dTimeTo))

$dTimeTo = strtotime( oxConfig::getParameter( "time_to"))

$gbplot = new groupBarPlot (array($bplot, $bplot2, $bplot3))

$graph = new Graph(800, 600)

$rs = oxDb::getDb()->execute( $sSQL)

$sSQL = "select oxtime, count(*) as nrof from oxlogs where oxtime >= '$sTime_from' and oxtime <= '$sTime_to' group by oxsessid"

$sTime_from = date( "Y-m-d H:i:s", $dTimeFrom)

$sTime_to = date( "Y-m-d H:i:s", $dTimeTo)


Generated on Wed Oct 29 23:38:32 2008 for OXID eShop CE by  doxygen 1.5.5