"; echo "#".$this->id." Fecha: ".$this->fecha."";; //echo $this->autor.""; echo $this->texto.""; if ( count ( $this->respuestas ) != 0 ) { foreach ( $this->respuestas as $objRespuesta ) { $objRespuesta->Mostrar(); } } } } ?>