|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| if (zen_not_null($action)) | |
| $zones_query_raw = " c where z.zone_country_id = c.countries_id order by c.countries_name, z.zone_name" | |
| $zones_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $zones_query_raw, $zones_query_numrows) | |
| $zones = $db->Execute($zones_query_raw) | |
| while (!$zones->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $zones_query_raw = " c where z.zone_country_id = c.countries_id order by c.countries_name, z.zone_name" |
| $zones_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $zones_query_raw, $zones_query_numrows) |
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |