Revision #3 has been created by CeBe on Apr 14, 2014, 6:00:05 AM with the memo:
changed yii version
« previous (#2)
Changes
Title
unchanged
Integrate Zend 2 XML writer into Yii
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
zend, XML
Content
unchanged
[...]
header("Content-type: text/xml");
$out = $feed->export('rss');
echo $out;
```
And that's it!