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

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $currencies = new currencies()
 $customers_query_raw = " o where c.customers_id = o.customers_id and o.orders_id = op.orders_id group by c.customers_id order by ordersum DESC"
 $customers_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS_REPORTS, $customers_query_raw, $customers_query_numrows)
 $customers_query_m
 $customers_query_numrows = $customers_query_m->RecordCount()
 $rows = 0
 $customers = $db->Execute($customers_query_raw)
 while (!$customers->EOF)

Variable Documentation

Definition at line 13 of file stats_customers.php.

$customers = $db->Execute($customers_query_raw)

Definition at line 76 of file stats_customers.php.

$customers_query_m
Initial value:
 $db->Execute("select customers_id
                                           from " . TABLE_ORDERS . " group by customers_id")

Definition at line 70 of file stats_customers.php.

$customers_query_numrows = $customers_query_m->RecordCount()

Definition at line 73 of file stats_customers.php.

$customers_query_raw = " o where c.customers_id = o.customers_id and o.orders_id = op.orders_id group by c.customers_id order by ordersum DESC"

Definition at line 67 of file stats_customers.php.

$customers_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS_REPORTS, $customers_query_raw, $customers_query_numrows)

Definition at line 68 of file stats_customers.php.

$rows = 0

Definition at line 75 of file stats_customers.php.

while(!$customers->EOF)

Definition at line 77 of file stats_customers.php.

 All Data Structures Namespaces Files Functions Variables Enumerations