Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2146 | Rev 3208 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2146 Rev 2209
Línea 106... Línea 106...
106
        $select->order('id');
106
        $select->order('id');
Línea 107... Línea 107...
107
        
107
        
108
        return $this->executeFetchAllObject($select, $prototype);
108
        return $this->executeFetchAllObject($select, $prototype);
Línea -... Línea 109...
-
 
109
    }
-
 
110
 
-
 
111
    public function fetchAllDevelopment()
-
 
112
    {
-
 
113
        $prototype = new Topic;
-
 
114
        
-
 
115
        $select = $this->sql->select(self::_TABLE);
-
 
116
        $select->where->equalTo('type', Topic::TYPE_DC);
-
 
117
        $select->order('id');
-
 
118
        
-
 
119
        return $this->executeFetchAllObject($select, $prototype);
109
    }
120
    }
110
 
121
 
111
    public function fetchAllHighPerfromanceTeamsGroup($group_id)
122
    public function fetchAllHighPerfromanceTeamsGroup($group_id)
Línea 112... Línea 123...
112
    {
123
    {