Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1849 Rev 2018
Línea 71... Línea 71...
71
        $select = $this->sql->select(self::_TABLE);
71
        $select = $this->sql->select(self::_TABLE);
72
        $select->where->equalTo('uuid', $uuid);
72
        $select->where->equalTo('uuid', $uuid);
Línea 73... Línea 73...
73
        
73
        
74
        return $this->executeFetchOneObject($select, $prototype);
74
        return $this->executeFetchOneObject($select, $prototype);
-
 
75
    }
-
 
76
    public function fetchOneByUuidAndGroupId($uuid,$group_id)
-
 
77
    {
-
 
78
        $prototype = new Topic();
-
 
79
        $select = $this->sql->select(self::_TABLE);
-
 
80
        $select->where->equalTo('uuid', $uuid);
-
 
81
        $select->where->equalTo('high_performance_group_id', $group_id);
75
    }
82
        return $this->executeFetchOneObject($select, $prototype);
Línea 76... Línea 83...
76
   
83
    }
77
    
84
    
78
    public function fetchAllMyTrainer()
85
    public function fetchAllMyTrainer()