Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 169 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 169 Rev 242
Línea 72... Línea 72...
72
    {
72
    {
73
        $select = $this->sql->select(self::_TABLE);
73
        $select = $this->sql->select(self::_TABLE);
74
        $select->where->equalTo('uuid', $uuid);
74
        $select->where->equalTo('uuid', $uuid);
75
        $select->limit(1);
75
        $select->limit(1);
Línea -... Línea 76...
-
 
76
        
-
 
77
        echo $select->getSqlString($this->adapter->platform); exit;
76
        
78
        
77
        $prototype = new CompanyMicrolearningExtendUserPartner();
79
        $prototype = new CompanyMicrolearningExtendUserPartner();
78
        return $this->executeFetchOneObject($select, $prototype);
80
        return $this->executeFetchOneObject($select, $prototype);
Línea 79... Línea 81...
79
    }
81
    }