Ticket #447: 447-jDao-selectfirst-groupby.diff
| File 447-jDao-selectfirst-groupby.diff, 0.6 kB (added by Julien, 8 months ago) |
|---|
-
lib/jelix/dao/jDaoMethod.class.php
old new 127 127 } 128 128 129 129 if(strlen($params['groupby'])){ 130 if($this->type == 'select' ){130 if($this->type == 'select' || $this->type == 'selectfirst'){ 131 131 $this->_groupBy = preg_split("/[\s,]+/", $params['groupby']); 132 132 $props = $this->_def->getProperties(); 133 133 foreach($this->_groupBy as $p){
