admin home stats and information

This commit is contained in:
Etienne Roudeix
2013-11-04 16:15:48 +01:00
parent 1bcec28841
commit 969c077f81
6 changed files with 220 additions and 75 deletions

View File

@@ -23,7 +23,7 @@ class CustomerQuery extends BaseCustomerQuery {
return self::create()->findOneByEmail($email);
}
public static function getNewCustomersStats($month, $year)
public static function getMonthlyNewCustomersStats($month, $year)
{
$numberOfDay = cal_days_in_month(CAL_GREGORIAN, $month, $year);