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

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $action = (isset($_GET['action']) ? $_GET['action'] : '')
 if (zen_not_null($action))
 $languages_query_raw = " order by sort_order"
 $languages_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $languages_query_raw, $languages_query_numrows)
 $languages = $db->Execute($languages_query_raw)
 while (!$languages->EOF)
if(empty($action)) $heading = array()
 $contents = array()

Variable Documentation

$action = (isset($_GET['action']) ? $_GET['action'] : '')

Definition at line 11 of file languages.php.

$contents = array()

Definition at line 377 of file languages.php.

if (empty($action)) $heading = array()

Definition at line 376 of file languages.php.

$languages = $db->Execute($languages_query_raw)

Definition at line 334 of file languages.php.

$languages_query_raw = " order by sort_order"

Definition at line 332 of file languages.php.

$languages_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $languages_query_raw, $languages_query_numrows)

Definition at line 333 of file languages.php.

switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents)))

Definition at line 12 of file languages.php.

while(!$languages->EOF)

Definition at line 335 of file languages.php.

 All Data Structures Namespaces Files Functions Variables Enumerations