|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $currencies = new currencies() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| if (zen_not_null($action)) | |
| $currency_query_raw = " order by title" | |
| $currency_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $currency_query_raw, $currency_query_numrows) | |
| $currency = $db->Execute($currency_query_raw) | |
| while (!$currency->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 15 of file currencies.php.
| $contents = array() |
Definition at line 252 of file currencies.php.
| $currencies = new currencies() |
Definition at line 13 of file currencies.php.
| $currency = $db->Execute($currency_query_raw) |
Definition at line 205 of file currencies.php.
| $currency_query_raw = " order by title" |
Definition at line 203 of file currencies.php.
| $currency_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $currency_query_raw, $currency_query_numrows) |
Definition at line 204 of file currencies.php.
| if (empty($action)) $heading = array() |
Definition at line 251 of file currencies.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 17 of file currencies.php.
| while(!$currency->EOF) |
Definition at line 206 of file currencies.php.