|
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)) | |
| $record_company_query_raw = " order by record_company_name" | |
| $record_company_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $record_company_query_raw, $record_company_query_numrows) | |
| $record_company = $db->Execute($record_company_query_raw) | |
| while (!$record_company->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 12 of file record_company.php.
| $contents = array() |
Definition at line 229 of file record_company.php.
| if (empty($action)) $heading = array() |
Definition at line 228 of file record_company.php.
| $record_company = $db->Execute($record_company_query_raw) |
Definition at line 179 of file record_company.php.
| $record_company_query_raw = " order by record_company_name" |
Definition at line 177 of file record_company.php.
| $record_company_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $record_company_query_raw, $record_company_query_numrows) |
Definition at line 178 of file record_company.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 14 of file record_company.php.
| while(!$record_company->EOF) |
Definition at line 181 of file record_company.php.