Go to the source code of this file.
Variables | |
| global | $aTitles | 
| $aDataX = array() | |
| $aDataY = array() | |
| $sTime_from = date( "Y-m-d H:i:s", strtotime( oxConfig::getParameter( "time_from"))) | |
| $sTime_to = date( "Y-m-d H:i:s", strtotime( oxConfig::getParameter( "time_to"))) | |
| $sSQL | |
| $rs = oxDb::getDb()->execute( $sSQL) | |
| else | $graph = new PieGraph(600, 600) | 
| $bplot = new PiePlot3D($aDataX) | |
| $iUserCount = 0 | |
| $aDataY [$iCtr] = " - ".$aDataX[$iCtr]." Kund." | |
| $aDataX = array() | 
Definition at line 27 of file report_user_per_group.php.
| $aDataY[$iCtr] = " - ".$aDataX[$iCtr]." Kund." | 
Definition at line 90 of file report_user_per_group.php.
| $aDataY = array() | 
Definition at line 28 of file report_user_per_group.php.
| global $aTitles | 
Definition at line 25 of file report_user_per_group.php.
| $bplot = new PiePlot3D($aDataX) | 
Definition at line 73 of file report_user_per_group.php.
| else $graph = new PieGraph(600, 600) | 
Definition at line 60 of file report_user_per_group.php.
| $iUserCount = 0 | 
Definition at line 80 of file report_user_per_group.php.
| $rs = oxDb::getDb()->execute( $sSQL) | 
Definition at line 43 of file report_user_per_group.php.
| $sSQL | 
Initial value:
"SELECT oxgroups.oxtitle, count(oxuser.oxid) FROM oxobject2group, oxuser, oxgroups WHERE oxobject2group.oxobjectid = oxuser.oxid AND oxobject2group.oxgroupsid = oxgroups.oxid GROUP BY oxobject2group.oxgroupsid ORDER BY oxobject2group.oxgroupsid"
Definition at line 33 of file report_user_per_group.php.
| $sTime_from = date( "Y-m-d H:i:s", strtotime( oxConfig::getParameter( "time_from"))) | 
Definition at line 30 of file report_user_per_group.php.
| $sTime_to = date( "Y-m-d H:i:s", strtotime( oxConfig::getParameter( "time_to"))) | 
Definition at line 31 of file report_user_per_group.php.
 1.5.5