|
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)) | |
| $artists_query_raw = " order by artists_name" | |
| $artists_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $artists_query_raw, $artists_query_numrows) | |
| $artists = $db->Execute($artists_query_raw) | |
| while (!$artists->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 12 of file record_artists.php.
| $artists = $db->Execute($artists_query_raw) |
Definition at line 178 of file record_artists.php.
| $artists_query_raw = " order by artists_name" |
Definition at line 176 of file record_artists.php.
| $artists_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $artists_query_raw, $artists_query_numrows) |
Definition at line 177 of file record_artists.php.
| $contents = array() |
Definition at line 228 of file record_artists.php.
| if (empty($action)) $heading = array() |
Definition at line 227 of file record_artists.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 14 of file record_artists.php.
| while(!$artists->EOF) |
Definition at line 180 of file record_artists.php.