Integrate Zend 2 XML writer into Yii

Comparing #1 with #3

Content

[...]
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
[...]