Changeset 947
- Timestamp:
- 05/28/08 13:19:28 (6 months ago)
- Files:
-
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/CREDITS
r946 r947 73 73 - jResponseZip : on windows files are view like folders (#538) 74 74 - form plugin create always a form with method post (#592) 75 - jDao : attribute groupby for method selectfirst (#447) 75 76 76 77 Bastien Jaillot (aka bastnic) branches/1.0.x/lib/jelix/CREDITS
r946 r947 73 73 - jResponseZip : on windows files are view like folders (#538) 74 74 - form plugin create always a form with method post (#592) 75 - jDao : attribute groupby for method selectfirst (#447) 75 76 76 77 Bastien Jaillot (aka bastnic) branches/1.0.x/lib/jelix/CREDITS
r946 r947 73 73 - jResponseZip : on windows files are view like folders (#538) 74 74 - form plugin create always a form with method post (#592) 75 - jDao : attribute groupby for method selectfirst (#447) 75 76 76 77 Bastien Jaillot (aka bastnic) branches/1.0.x/lib/jelix/CREDITS
r946 r947 73 73 - jResponseZip : on windows files are view like folders (#538) 74 74 - form plugin create always a form with method post (#592) 75 - jDao : attribute groupby for method selectfirst (#447) 75 76 76 77 Bastien Jaillot (aka bastnic) branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php
r699 r947 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(); branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php
r699 r947 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(); branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php
r699 r947 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(); branches/1.0.x/lib/jelix/dao/jDaoMethod.class.php
r699 r947 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();
