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

Go to the source code of this file.

Variables

 $type = (isset($_GET['type']) ? $_GET['type'] : '')
 $banner_extension = zen_banner_image_extension()
 $dir_ok = false
if(function_exists('imagecreate')&&zen_not_null($banner_extension)) $banner
 $years_array = array()
 $years
while(!$years->EOF) $months_array = array()
for($i=1;$i< 13;$i++) $type_array
 switch ($type)

Variable Documentation

if (function_exists('imagecreate')&&zen_not_null($banner_extension)) $banner
Initial value:
 $db->Execute("select banners_title
                                from " . TABLE_BANNERS . "
                                where banners_id = '" . (int)$_GET['bID'] . "'")

Definition at line 44 of file banner_statistics.php.

$banner_extension = zen_banner_image_extension()

Definition at line 28 of file banner_statistics.php.

$dir_ok = false

Definition at line 31 of file banner_statistics.php.

while (!$years->EOF) $months_array = array()

Definition at line 58 of file banner_statistics.php.

$type = (isset($_GET['type']) ? $_GET['type'] : '')

Definition at line 26 of file banner_statistics.php.

for ($i=1;$i< 13;$i++) $type_array
Initial value:
 array(array('id' => 'daily',
                            'text' => STATISTICS_TYPE_DAILY),
                      array('id' => 'monthly',
                            'text' => STATISTICS_TYPE_MONTHLY),
                      array('id' => 'yearly',
                            'text' => STATISTICS_TYPE_YEARLY))

Definition at line 64 of file banner_statistics.php.

$years
Initial value:
 $db->Execute("select distinct year(banners_history_date) as banner_year
                              from " . TABLE_BANNERS_HISTORY . "
                              where banners_id = '" . (int)$_GET['bID'] . "'")

Definition at line 49 of file banner_statistics.php.

$years_array = array()

Definition at line 48 of file banner_statistics.php.

Definition at line 110 of file banner_statistics.php.

 All Data Structures Namespaces Files Functions Variables Enumerations