I'm trying to parse some xml by using simplexml_load_file, do I need a simpleXML extension for Yii to do this?
Page 1 of 1
simpleXML
#2
Posted 19 February 2012 - 12:26 PM
SimpleXML is a PHP extension, you don't need anything else to parse xml files, even Yii...
#3
Posted 19 February 2012 - 12:43 PM
That's what I thought, I'm getting this error now though, any ideas?
I/O warning : failed to load external entity "questions.xml"
here's my code
$file= "questions.xml";
$xml = simplexml_load_file($file);
return $xml;
I/O warning : failed to load external entity "questions.xml"
here's my code
$file= "questions.xml";
$xml = simplexml_load_file($file);
return $xml;
Share this topic:
Page 1 of 1

Help












