Desplegar xml con yii?
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
<?php
public function actionView()
$output = $myXMLString;
$output = htmlentities($output);
$this->render('view',array(
'xmlString'=>htmlentities($output),
));