|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $rows = 0 | |
| $products_query_raw = "' order by p.products_quantity, pd.products_name" | |
| $products_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS_REPORTS, $products_query_raw, $products_query_numrows) | |
| $products = $db->Execute($products_query_raw) | |
| while (!$products->EOF) | |
| $products = $db->Execute($products_query_raw) |
Definition at line 80 of file stats_products_lowstock.php.
| $products_query_raw = "' order by p.products_quantity, pd.products_name" |
Definition at line 78 of file stats_products_lowstock.php.
| $products_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS_REPORTS, $products_query_raw, $products_query_numrows) |
Definition at line 79 of file stats_products_lowstock.php.
| $rows = 0 |
Definition at line 77 of file stats_products_lowstock.php.
| while(!$products->EOF) |
Definition at line 81 of file stats_products_lowstock.php.