Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5833 Rev 5834
Línea 55... Línea 55...
55
    {
55
    {
Línea 56... Línea 56...
56
 
56
 
57
        $select = $this->sql->select(self::_TABLE);
57
        $select = $this->sql->select(self::_TABLE);
Línea 58... Línea 58...
58
        //$select->where->equalTo('id', $id);
58
        //$select->where->equalTo('id', $id);
59
 
59
 
60
        $prototype = new DiscoveryContact();
60
        $prototype = new DiscoveryContactLog();
Línea 61... Línea 61...
61
        return $this->executeFetchOneObject($select, $prototype);
61
        return $this->executeFetchOneObject($select, $prototype);
62
    }
62
    }