=", date("Y-m-d", $dateStart)); $where["~dateCreated"] = array ("<", date("Y-m-d", $dateEnd)); } if ($affiliateId !== NULL) $where["sourceAffiliateId"] = $affiliateId; return $this->count($where); } public function getImpressionsSummary($affiliateId = NULL) { return $this->getImpressionsForRange( NULL, NULL, $affiliateId ); } }