|
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)) | $gID = (isset($_GET['gID'])) ? $_GET['gID'] : 1 |
| $_GET ['gID'] = $gID | |
| $cfg_group | |
| if ($gID==7) | |
| $configuration | |
| while(!$configuration->EOF) | $heading = array() |
| $contents = array() | |
| $_GET['gID'] = $gID |
Definition at line 52 of file configuration.php.
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 13 of file configuration.php.
| $cfg_group |
$db->Execute("select configuration_group_title from " . TABLE_CONFIGURATION_GROUP . " where configuration_group_id = '" . (int)$gID . "'")
Definition at line 53 of file configuration.php.
| $configuration |
$db->Execute("select configuration_id, configuration_title, configuration_value, configuration_key, use_function from " . TABLE_CONFIGURATION . " where configuration_group_id = '" . (int)$gID . "' order by sort_order")
Definition at line 125 of file configuration.php.
| $contents = array() |
Definition at line 172 of file configuration.php.
| if (zen_not_null($action)) $gID = (isset($_GET['gID'])) ? $_GET['gID'] : 1 |
Definition at line 51 of file configuration.php.
| while (!$configuration->EOF) $heading = array() |
Definition at line 171 of file configuration.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 57 of file configuration.php.