|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| if (!defined('IS_ADMIN_FLAG')) | |
| $stats = array(array('0', '0', '0')) | |
| $banner_stats | |
| while(!$banner_stats->EOF) | $graph = new PHPlot(600, 350, 'images/graphs/banner_yearly-' . $banner_id . '.' . $banner_extension) |
| $banner_stats |
$db->Execute("select year(banners_history_date) as year, sum(banners_shown) as value, sum(banners_clicked) as dvalue from " . TABLE_BANNERS_HISTORY . " where banners_id = '" . (int)$banner_id . "' group by year")
Definition at line 16 of file banner_yearly.php.
| while (!$banner_stats->EOF) $graph = new PHPlot(600, 350, 'images/graphs/banner_yearly-' . $banner_id . '.' . $banner_extension) |
Definition at line 26 of file banner_yearly.php.
| $stats = array(array('0', '0', '0')) |
Definition at line 15 of file banner_yearly.php.
| if(!defined('IS_ADMIN_FLAG')) |
Definition at line 9 of file banner_yearly.php.