Difference between #1 and #2 of
Integrate Zend 2 XML writer into Yii

Revision #2 has been created by 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
[...]
2 0
4 followers
Viewed: 48 674 times
Version: 1.1
Category: Tutorials
Tags: XML, zend
Written by: Jonny
Last updated by: CeBe
Created on: Feb 3, 2014
Last updated: 10 years ago
Update Article

Revisions

View all history