"; echo "Respuesta #".$this->id." Fecha: ".$this->fecha."
"; $usuarioRespuesta = new Usuario($this->autor); echo sprintf('Foto de %s %s %s %s', $usuarioRespuesta->getFotoFilename(), $usuarioRespuesta->getNombre(), $usuarioRespuesta->getApellido(), $usuarioRespuesta->getNombre(), $usuarioRespuesta->getApellido()); echo "
"; echo $this->texto."
"; if ( ( $this->ranking != -1 ) ) { echo "Puntaje: ".$this->ranking."
" ; } else { if ( $this->autorPregunta == $_SESSION['user']->getId() ) { faq_form_ir_a_calificar_respuesta($this->id); } else { echo "La respuesta aun no fue rankeada.
" ; } } } } ?>