コード例 #1
0
ファイル: dbQuery.php プロジェクト: samsonframework/orm
 /** @deprecated Use QueryInterface implementation */
 public function group_by($field)
 {
     $this->query->groupBy($this->metadata->tablename, $field);
     // Вернем себя для цепирования
     return $this;
 }