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

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $currencies = new currencies()
 $languages = zen_get_languages()
 $action = (isset($_GET['action']) ? $_GET['action'] : '')
 if (zen_not_null($action))
 if (isset($_GET['search'])&&zen_not_null($_GET['search']))
 $search = ''
if(isset($_GET['search'])&&zen_not_null($_GET['search'])) $order_by = " order by pd.products_name "
 $products_downloads_query_raw = ("select pad.*, pa.*, pd.*, p.* from " . TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD . " pad left join " . TABLE_PRODUCTS_ATTRIBUTES . " pa on pad.products_attributes_id = pa.products_attributes_id left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on pa.products_id = pd.products_id and pd.language_id ='" . (int)$_SESSION['languages_id'] . "' left join " . TABLE_PRODUCTS . " p on p.products_id= pd.products_id " . " where pa.products_attributes_id = pad.products_attributes_id" . $search . $order_by)
 $products_downloads_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS_DOWNLOADS_MANAGER, $products_downloads_query_raw, $products_downloads_query_numrows)
 $products_downloads_query = $db->Execute($products_downloads_query_raw)
 while (!$products_downloads_query->EOF)
if(isset($_GET['search'])&&zen_not_null($_GET['search'])) $heading = array()
 $contents = array()

Variable Documentation

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

Definition at line 17 of file downloads_manager.php.

$contents = array()

Definition at line 214 of file downloads_manager.php.

Definition at line 13 of file downloads_manager.php.

if (isset($_GET['search'])&&zen_not_null($_GET['search'])) $heading = array()

Definition at line 213 of file downloads_manager.php.

$languages = zen_get_languages()

Definition at line 15 of file downloads_manager.php.

if (isset($_GET['search'])&&zen_not_null($_GET['search'])) $order_by = " order by pd.products_name "

Definition at line 135 of file downloads_manager.php.

$products_downloads_query = $db->Execute($products_downloads_query_raw)

Definition at line 140 of file downloads_manager.php.

$products_downloads_query_raw = ("select pad.*, pa.*, pd.*, p.* from " . TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD . " pad left join " . TABLE_PRODUCTS_ATTRIBUTES . " pa on pad.products_attributes_id = pa.products_attributes_id left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on pa.products_id = pd.products_id and pd.language_id ='" . (int)$_SESSION['languages_id'] . "' left join " . TABLE_PRODUCTS . " p on p.products_id= pd.products_id " . " where pa.products_attributes_id = pad.products_attributes_id" . $search . $order_by)

Definition at line 138 of file downloads_manager.php.

$products_downloads_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS_DOWNLOADS_MANAGER, $products_downloads_query_raw, $products_downloads_query_numrows)

Definition at line 139 of file downloads_manager.php.

$search = ''

Definition at line 128 of file downloads_manager.php.

switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents)))

Definition at line 19 of file downloads_manager.php.

if(isset($_GET['search'])&&zen_not_null($_GET['search']))

Definition at line 83 of file downloads_manager.php.

while(!$products_downloads_query->EOF)

Definition at line 142 of file downloads_manager.php.

 All Data Structures Namespaces Files Functions Variables Enumerations