"; echo "#".$this->id." Fecha: ".$this->fecha."
";; $UsuarioPregunta = new Usuario($this->autor); echo $UsuarioPregunta->toHTML(); echo $this->texto."
"; if ( count ( $this->respuestas ) != 0 ) { foreach ( $this->respuestas as $objRespuesta ) { $objRespuesta->toHTML(); if ( ( $this->autor == $_SESSION['user']->getId() ) && ( $objRespuesta->ranking == -1 ) ) { faq_form_ir_a_calificar_respuesta($objRespuesta->id); } } } } } ?>