|
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)) | |
| $orders_status_query_raw = "' order by orders_status_id" | |
| $orders_status_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $orders_status_query_raw, $orders_status_query_numrows) | |
| $orders_status = $db->Execute($orders_status_query_raw) | |
| while (!$orders_status->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 12 of file orders_status.php.
| $contents = array() |
Definition at line 202 of file orders_status.php.
| if (empty($action)) $heading = array() |
Definition at line 201 of file orders_status.php.
| $orders_status = $db->Execute($orders_status_query_raw) |
Definition at line 158 of file orders_status.php.
| $orders_status_query_raw = "' order by orders_status_id" |
Definition at line 156 of file orders_status.php.
| $orders_status_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $orders_status_query_raw, $orders_status_query_numrows) |
Definition at line 157 of file orders_status.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 14 of file orders_status.php.
| while(!$orders_status->EOF) |
Definition at line 159 of file orders_status.php.