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

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 if (!defined('IS_ADMIN_FLAG'))
 $stats = array()
 $banner_stats = $db->Execute("select dayofmonth(banners_history_date) as name, banners_shown as value, banners_clicked as dvalue from " . TABLE_BANNERS_HISTORY . " where banners_id = '" . (int)$banner_id . "' and to_days(now()) - to_days(banners_history_date) < " . zen_db_input($days) . " order by banners_history_date")
 $graph = new PHPlot(200, 220, 'images/graphs/banner_infobox-' . $banner_id . '.' . $banner_extension)
$graph draw_vert_ticks = 0

Variable Documentation

$banner_stats = $db->Execute("select dayofmonth(banners_history_date) as name, banners_shown as value, banners_clicked as dvalue from " . TABLE_BANNERS_HISTORY . " where banners_id = '" . (int)$banner_id . "' and to_days(now()) - to_days(banners_history_date) < " . zen_db_input($days) . " order by banners_history_date")

Definition at line 15 of file banner_infobox.php.

$graph = new PHPlot(200, 220, 'images/graphs/banner_infobox-' . $banner_id . '.' . $banner_extension)

Definition at line 23 of file banner_infobox.php.

$stats = array()

Definition at line 14 of file banner_infobox.php.

$graph draw_vert_ticks = 0

Definition at line 29 of file banner_infobox.php.

if(!defined('IS_ADMIN_FLAG'))

Definition at line 9 of file banner_infobox.php.

 All Data Structures Namespaces Files Functions Variables Enumerations