X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/0f8291748d189597a52452a196aeacbc247ee450..50f33dec50c1e4b009941d2e345c55b24a3bb6d3:/src/lib/Pregunta.php?ds=sidebyside diff --git a/src/lib/Pregunta.php b/src/lib/Pregunta.php index 35e2c0b..4d6d24b 100644 --- a/src/lib/Pregunta.php +++ b/src/lib/Pregunta.php @@ -1,5 +1,12 @@ "; + echo "#".$this->id." Fecha: ".$this->fecha."
";; + //echo $this->autor."
"; + echo $this->texto."
"; + + if ( count ( $this->respuestas ) != 0 ) + { + foreach ( $this->respuestas as $objRespuesta ) + { + $objRespuesta->Mostrar(); + } + } + } } ?> \ No newline at end of file