Example #1
0
 public function prepareQueryBeforeCount(xPDOQuery $c)
 {
     $c = parent::prepareQueryBeforeCount($c);
     $c->where(array('order_id' => $this->getProperty('order_id')));
     return $c;
 }