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 26 of file report_user_per_group.php.
| $aDataY[$iCtr] = " - ".$aDataX[$iCtr]." Kund." |
Definition at line 89 of file report_user_per_group.php.
| $aDataY = array() |
Definition at line 27 of file report_user_per_group.php.
| global $aTitles |
Definition at line 24 of file report_user_per_group.php.
| $bplot = new PiePlot3D($aDataX) |
Definition at line 72 of file report_user_per_group.php.
| else $graph = new PieGraph(600, 600) |
Definition at line 59 of file report_user_per_group.php.
| $iUserCount = 0 |
Definition at line 79 of file report_user_per_group.php.
| $rs = oxDb::getDb()->execute( $sSQL) |
Definition at line 42 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 32 of file report_user_per_group.php.
| $sTime_from = date( "Y-m-d H:i:s", strtotime( oxConfig::getParameter( "time_from"))) |
Definition at line 29 of file report_user_per_group.php.
| $sTime_to = date( "Y-m-d H:i:s", strtotime( oxConfig::getParameter( "time_to"))) |
Definition at line 30 of file report_user_per_group.php.
1.5.5