Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1529 Rev 1530
Línea 87... Línea 87...
87
        
87
        
88
        $select = $this->sql->select(self::_TABLE);
88
        $select = $this->sql->select(self::_TABLE);
89
        $select->where->equalTo('survey_id', $survey_id);
89
        $select->where->equalTo('survey_id', $survey_id);
Línea 90... Línea 90...
90
        $select->order('id');
90
        $select->order('id');
91
        
91
        
Línea 92... Línea 92...
92
        return $this->executeFetchAllObject($select, $prototype);
92
        return $this->executeFetchOneObject($select, $prototype);
93
    }
93
    }