Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1495 Rev 1496
Línea 118... Línea 118...
118
    {
118
    {
119
        $prototype = new SurveyTest();
119
        $prototype = new SurveyTest();
Línea 120... Línea 120...
120
        
120
        
121
        $select = $this->sql->select(self::_TABLE);
121
        $select = $this->sql->select(self::_TABLE);
122
        $select->where->equalTo('survey_id', $survey_id);
-
 
Línea 123... Línea 122...
123
        $select->order('id');
122
        $select->where->equalTo('survey_id', $survey_id);
124
        
123
        
Línea 125... Línea 124...
125
        return $this->executeFetchOneObject($select, $prototype);
124
        return $this->executeFetchOneObject($select, $prototype);