Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2067 Rev 2068
Línea 97... Línea 97...
97
 
97
 
98
    public function fetchOneHptg($id)
98
    public function fetchOneHptg($id)
99
    {
99
    {
100
        $prototype = new ChatGroup();
100
        $prototype = new ChatGroup();
101
        $select = $this->sql->select(self::_TABLE);
101
        $select = $this->sql->select(self::_TABLE);
102
        $select->where->equalTo('hptg_id', $id);
102
        $select->where->equalTo('high_performance_team_groups_id', $id);
103
        $select->limit(1);
103
        $select->limit(1);
104
        return $this->executeFetchOneObject($select, $prototype);
104
        return $this->executeFetchOneObject($select, $prototype);