|
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)) | |
| $classes_query_raw = " order by tax_class_title" | |
| $classes_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $classes_query_raw, $classes_query_numrows) | |
| $classes = $db->Execute($classes_query_raw) | |
| while (!$classes->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 12 of file tax_classes.php.
| $classes = $db->Execute($classes_query_raw) |
Definition at line 125 of file tax_classes.php.
| $classes_query_raw = " order by tax_class_title" |
Definition at line 123 of file tax_classes.php.
| $classes_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $classes_query_raw, $classes_query_numrows) |
Definition at line 124 of file tax_classes.php.
| $contents = array() |
Definition at line 165 of file tax_classes.php.
| if (empty($action)) $heading = array() |
Definition at line 164 of file tax_classes.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 14 of file tax_classes.php.
| while(!$classes->EOF) |
Definition at line 126 of file tax_classes.php.