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

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $action = (isset($_GET['action']) ? $_GET['action'] : '')
 if (zen_not_null($action))
 $countries_query_raw = " order by countries_name"
 $countries_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $countries_query_raw, $countries_query_numrows)
 $countries = $db->Execute($countries_query_raw)
 while (!$countries->EOF)
if(empty($action)) $heading = array()
 $contents = array()

Variable Documentation

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

Definition at line 12 of file countries.php.

$contents = array()

Definition at line 167 of file countries.php.

$countries = $db->Execute($countries_query_raw)

Definition at line 126 of file countries.php.

$countries_query_raw = " order by countries_name"

Definition at line 124 of file countries.php.

$countries_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $countries_query_raw, $countries_query_numrows)

Definition at line 125 of file countries.php.

if (empty($action)) $heading = array()

Definition at line 166 of file countries.php.

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

Definition at line 14 of file countries.php.

Initial value:
 $db->Execute('select configuration_key as cfgKey, configuration_value as cfgValue
                          from ' . TABLE_PRODUCT_TYPE_LAYOUT)

Definition at line 127 of file countries.php.

 All Data Structures Namespaces Files Functions Variables Enumerations