Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 2062
Línea 93... Línea 93...
93
        $select->where->equalTo('id', $id);
93
        $select->where->equalTo('id', $id);
94
        $select->limit(1);
94
        $select->limit(1);
95
        return $this->executeFetchOneObject($select, $prototype);
95
        return $this->executeFetchOneObject($select, $prototype);
96
    }
96
    }
Línea -... Línea 97...
-
 
97
 
-
 
98
    public function fetchOneHptg($id)
-
 
99
    {
-
 
100
        $prototype = new ChatGroup();
-
 
101
        $select = $this->sql->select(self::_TABLE);
-
 
102
        $select->where->equalTo('hptg_id', $id);
-
 
103
        $select->limit(1);
-
 
104
        return $this->executeFetchOneObject($select, $prototype);
-
 
105
    }
Línea 97... Línea 106...
97
 
106
 
98
    
107
    
99
    /**
108
    /**
100
     *
109
     *