Changes
Title
unchanged
Integrate Zend 2 XML writer into Yii
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
zend, XML
Content
changed
[...]
Now we need to collect your data for the XML sitemap.
```php
$model = YourModel::model()->returnMyData(); // Or whatever your preferred method of collecting the data to use in your XML feed is
```
Now lets create the Feed object in Yii[...]