ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/manufacturers.php File Reference

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $action = (isset($_GET['action']) ? $_GET['action'] : '')
 if (zen_not_null($action))
 $manufacturers_query_raw = " order by manufacturers_name"
if(($_GET['page']== ''or $_GET['page']==
'1') and $_GET['mID']!= '') 
$manufacturers_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $manufacturers_query_raw, $manufacturers_query_numrows)
 $manufacturers = $db->Execute($manufacturers_query_raw)
 while (!$manufacturers->EOF)
if(empty($action)) $heading = array()
 $contents = array()

Variable Documentation

$action = (isset($_GET['action']) ? $_GET['action'] : '')

Definition at line 12 of file manufacturers.php.

$contents = array()

Definition at line 246 of file manufacturers.php.

if (empty($action)) $heading = array()

Definition at line 245 of file manufacturers.php.

$manufacturers = $db->Execute($manufacturers_query_raw)

Definition at line 198 of file manufacturers.php.

$manufacturers_query_raw = " order by manufacturers_name"

Definition at line 177 of file manufacturers.php.

if (($_GET['page']== ''or $_GET['page']== '1') and $_GET['mID']!= '') $manufacturers_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $manufacturers_query_raw, $manufacturers_query_numrows)

Definition at line 197 of file manufacturers.php.

switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents)))

Definition at line 14 of file manufacturers.php.

while(!$manufacturers->EOF)

Definition at line 199 of file manufacturers.php.

 All Data Structures Namespaces Files Functions Variables Enumerations