Ejemplo n.º 1
0
 /** @deprecated Use QueryInterface implementation */
 public function group_by($field)
 {
     $this->query->groupBy($this->metadata->tablename, $field);
     // Вернем себя для цепирования
     return $this;
 }