Changeset 947

Show
Ignore:
Timestamp:
05/28/08 13:19:28 (6 months ago)
Author:
julieni
Message:

ticket #447: jDao : attribute groupby for method selectfirst

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/lib/jelix/CREDITS

    r946 r947  
    7373 - jResponseZip : on windows files are view like folders (#538) 
    7474 - form plugin create always a form with method post (#592) 
     75 - jDao : attribute groupby for method selectfirst (#447) 
    7576 
    7677Bastien Jaillot (aka bastnic) 
  • branches/1.0.x/lib/jelix/CREDITS

    r946 r947  
    7373 - jResponseZip : on windows files are view like folders (#538) 
    7474 - form plugin create always a form with method post (#592) 
     75 - jDao : attribute groupby for method selectfirst (#447) 
    7576 
    7677Bastien Jaillot (aka bastnic) 
  • branches/1.0.x/lib/jelix/CREDITS

    r946 r947  
    7373 - jResponseZip : on windows files are view like folders (#538) 
    7474 - form plugin create always a form with method post (#592) 
     75 - jDao : attribute groupby for method selectfirst (#447) 
    7576 
    7677Bastien Jaillot (aka bastnic) 
  • branches/1.0.x/lib/jelix/CREDITS

    r946 r947  
    7373 - jResponseZip : on windows files are view like folders (#538) 
    7474 - form plugin create always a form with method post (#592) 
     75 - jDao : attribute groupby for method selectfirst (#447) 
    7576 
    7677Bastien Jaillot (aka bastnic) 
  • branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php

    r699 r947  
    128128 
    129129        if(strlen($params['groupby'])){ 
    130             if($this->type == 'select'){ 
     130            if($this->type == 'select' || $this->type == 'selectfirst'){ 
    131131                $this->_groupBy = preg_split("/[\s,]+/", $params['groupby']); 
    132132                $props = $this->_def->getProperties(); 
  • branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php

    r699 r947  
    128128 
    129129        if(strlen($params['groupby'])){ 
    130             if($this->type == 'select'){ 
     130            if($this->type == 'select' || $this->type == 'selectfirst'){ 
    131131                $this->_groupBy = preg_split("/[\s,]+/", $params['groupby']); 
    132132                $props = $this->_def->getProperties(); 
  • branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php

    r699 r947  
    128128 
    129129        if(strlen($params['groupby'])){ 
    130             if($this->type == 'select'){ 
     130            if($this->type == 'select' || $this->type == 'selectfirst'){ 
    131131                $this->_groupBy = preg_split("/[\s,]+/", $params['groupby']); 
    132132                $props = $this->_def->getProperties(); 
  • branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php

    r699 r947  
    128128 
    129129        if(strlen($params['groupby'])){ 
    130             if($this->type == 'select'){ 
     130            if($this->type == 'select' || $this->type == 'selectfirst'){ 
    131131                $this->_groupBy = preg_split("/[\s,]+/", $params['groupby']); 
    132132                $props = $this->_def->getProperties(); 
Download in other formats: Unified Diff Zip Archive