Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1844 Rev 1845
Línea 84... Línea 84...
84
        $select->order('id');
84
        $select->order('id');
Línea 85... Línea 85...
85
        
85
        
86
        return $this->executeFetchAllObject($select, $prototype);
86
        return $this->executeFetchAllObject($select, $prototype);
Línea 87... Línea 87...
87
    }
87
    }
88
 
88
 
89
    public function fetchAllHighPerfromanceGroup($group_id)
89
    public function fetchAllHighPerfromanceTeamsGroup($group_id)
Línea 90... Línea 90...
90
    {
90
    {
91
        $prototype = new Topic;
91
        $prototype = new Topic;
Línea 97... Línea 97...
97
        $select->order('id');
97
        $select->order('id');
Línea 98... Línea 98...
98
        
98
        
99
        return $this->executeFetchAllObject($select, $prototype);
99
        return $this->executeFetchAllObject($select, $prototype);
Línea 100... Línea 100...
100
    }
100
    }
101
 
101
 
102
    public function fetchAllHighPerfromanceGroupForo($group_id)
102
    public function fetchAllHighPerfromanceTeamsGroupForo($group_id)
Línea 103... Línea 103...
103
    {
103
    {
104
        $prototype = new Topic;
104
        $prototype = new Topic;