Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 646 Rev 1271
Línea 79... Línea 79...
79
        $select->where->equalTo('id', $id);
79
        $select->where->equalTo('id', $id);
Línea 80... Línea 80...
80
        
80
        
81
        return $this->executeFetchOneObject($select, $prototype);
81
        return $this->executeFetchOneObject($select, $prototype);
Línea -... Línea 82...
-
 
82
    }
-
 
83
    
-
 
84
    public function fetchOneRelation($id)
-
 
85
    {
-
 
86
        $prototype = new User();
-
 
87
        $select = $this->sql->select(self::_TABLE);
-
 
88
        $select->where->equalTo('id', $id);
-
 
89
        
-
 
90
        return $this->executeFetchOneObject($select, $prototype);
-
 
91
    }
82
    }
92
    
83
    
93
 
84
    /**
94
    /**
85
     * 
95
     * 
86
     * @param string $email
96
     * @param string $email