Ejemplo n.º 1
0
 public function groupBy($column)
 {
     $this->_query->addGroupBy($column);
     return $this;
 }