|
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)) | |
| $music_genre_query_raw = " order by music_genre_name" | |
| $music_genre_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $music_genre_query_raw, $music_genre_query_numrows) | |
| $music_genre = $db->Execute($music_genre_query_raw) | |
| while (!$music_genre->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 12 of file music_genre.php.
| $contents = array() |
Definition at line 174 of file music_genre.php.
| if (empty($action)) $heading = array() |
Definition at line 173 of file music_genre.php.
| $music_genre = $db->Execute($music_genre_query_raw) |
Definition at line 124 of file music_genre.php.
| $music_genre_query_raw = " order by music_genre_name" |
Definition at line 122 of file music_genre.php.
| $music_genre_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $music_genre_query_raw, $music_genre_query_numrows) |
Definition at line 123 of file music_genre.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 14 of file music_genre.php.
| while(!$music_genre->EOF) |
Definition at line 126 of file music_genre.php.