|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Functions | |
| if(isset($_GET['configuration_key_lookup'])&&$_GET['configuration_key_lookup']!= '') | getDirList ($dirName, $filetypes=1) |
| zen_display_files ($include_root=false, $filetypesincluded=1) | |
Variables | |
| $currencies = new currencies() | |
| $languages = zen_get_languages() | |
| $configuration_key_lookup = zen_db_prepare_input($_POST['configuration_key'], false) | |
| $products_filter = (isset($_GET['products_filter']) ? $_GET['products_filter'] : (isset($products_filter) ? $products_filter : '')) | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| $current_category_id = (isset($_GET['current_category_id']) ? (int)$_GET['current_category_id'] : (int)$current_category_id) | |
| $found = 'true' | |
| switch($action) if($found== 'false') | elseif ($action!= '') |
| if (isset($_GET['configuration_key_lookup'])&&$_GET['configuration_key_lookup']!= '') getDirList | ( | $ | dirName, |
| $ | filetypes = 1 |
||
| ) |
Definition at line 26 of file developers_tool_kit.php.
| zen_display_files | ( | $ | include_root = false, |
| $ | filetypesincluded = 1 |
||
| ) |
all files
Definition at line 58 of file developers_tool_kit.php.
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 213 of file developers_tool_kit.php.
| $configuration_key_lookup = zen_db_prepare_input($_POST['configuration_key'], false) |
Definition at line 17 of file developers_tool_kit.php.
| $currencies = new currencies() |
Definition at line 13 of file developers_tool_kit.php.
| $current_category_id = (isset($_GET['current_category_id']) ? (int)$_GET['current_category_id'] : (int)$current_category_id) |
Definition at line 217 of file developers_tool_kit.php.
| $found = 'true' |
Definition at line 218 of file developers_tool_kit.php.
| $languages = zen_get_languages() |
Definition at line 15 of file developers_tool_kit.php.
| $products_filter = (isset($_GET['products_filter']) ? $_GET['products_filter'] : (isset($products_filter) ? $products_filter : '')) |
Definition at line 211 of file developers_tool_kit.php.