Revision #2                                    has been created by  Jonny                                    on Feb 3, 2014, 11:50:07 PM with the memo:
 Jonny                                    on Feb 3, 2014, 11:50:07 PM with the memo:
                                
                                
                                    clearer description of code                                
                                                                    « previous (#1)                                                                                                    next (#3) »                                                            
                            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[...]