|
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)) | |
| $media_type_query_raw = " order by type_name" | |
| $media_type_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $media_type_query_raw, $media_type_query_numrows) | |
| $media_type = $db->Execute($media_type_query_raw) | |
| while (!$media_type->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 12 of file media_types.php.
| $contents = array() |
Definition at line 155 of file media_types.php.
| if (empty($action)) $heading = array() |
Definition at line 154 of file media_types.php.
| $media_type = $db->Execute($media_type_query_raw) |
Definition at line 111 of file media_types.php.
| $media_type_query_raw = " order by type_name" |
Definition at line 109 of file media_types.php.
| $media_type_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $media_type_query_raw, $media_type_query_numrows) |
Definition at line 110 of file media_types.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 14 of file media_types.php.
| while(!$media_type->EOF) |
Definition at line 112 of file media_types.php.