ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/graphs/banner_yearly.php File Reference

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)

Variable Documentation

$banner_stats
Initial value:
 $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.

 All Data Structures Namespaces Files Functions Variables Enumerations