ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/developers_tool_kit.php File Reference

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!= '')

Function Documentation

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.


Variable Documentation

$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.

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.

switch ($action) if ($found== 'false') elseif($action!= '')

Definition at line 521 of file developers_tool_kit.php.

 All Data Structures Namespaces Files Functions Variables Enumerations