|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $products_query_raw = "' order by p.products_date_available DESC" | |
| $products_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $products_query_raw, $products_query_numrows) | |
| $products = $db->Execute($products_query_raw) | |
| while (!$products->EOF) | |
| $heading = array() | |
| $contents = array() | |
| if(isset($pInfo)&&is_object($pInfo)) | if ((zen_not_null($heading))&&(zen_not_null($contents))) |
| $contents = array() |
Definition at line 112 of file products_expected.php.
| $heading = array() |
Definition at line 111 of file products_expected.php.
| $products = $db->Execute($products_query_raw) |
Definition at line 81 of file products_expected.php.
| $products_query_raw = "' order by p.products_date_available DESC" |
Definition at line 79 of file products_expected.php.
| $products_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $products_query_raw, $products_query_numrows) |
Definition at line 80 of file products_expected.php.
| if (isset($pInfo)&&is_object($pInfo)) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 121 of file products_expected.php.
| while(!$products->EOF) |
Definition at line 82 of file products_expected.php.