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

Go to the source code of this file.

Variables

 $rows = 0
 $products_query_raw = " l where p.products_id = pd.products_id and l.languages_id = pd.language_id order by pd.products_viewed DESC"
 $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)

Variable Documentation

$products = $db->Execute($products_query_raw)

Definition at line 79 of file stats_products_viewed.php.

$products_query_raw = " l where p.products_id = pd.products_id and l.languages_id = pd.language_id order by pd.products_viewed DESC"

Definition at line 77 of file stats_products_viewed.php.

$products_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS_REPORTS, $products_query_raw, $products_query_numrows)

Definition at line 78 of file stats_products_viewed.php.

$rows = 0

Definition at line 76 of file stats_products_viewed.php.

while(!$products->EOF)

Definition at line 80 of file stats_products_viewed.php.

 All Data Structures Namespaces Files Functions Variables Enumerations