<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>burner &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/burner/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Burn Feeds in Zend Framework</title>
		<link>/2010/04/30/burn-feeds-in-zend-framework/</link>
		<comments>/2010/04/30/burn-feeds-in-zend-framework/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 16:24:17 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[burner]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">/?p=1503</guid>
		<description><![CDATA[Continuing with the Zend Framework&#8217;s series, here&#8217;s another one &#8211; how to burn your data into RSS feed within ZF. Fairly simple. Collect all the data into an array and than &#8230; $feed = Zend_Feed::importArray($feedArray, 'rss'); $feed-&#62;send();<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/07/13/zend-framework-and-media-rss/" rel="bookmark" title="Zend Framework and Media RSS">Zend Framework and Media RSS </a></li>
<li><a href="/2010/04/26/mysql-expressions-in-zend-framework/" rel="bookmark" title="MySQL Expressions in Zend Framework">MySQL Expressions in Zend Framework </a></li>
<li><a href="/2010/08/23/can-twitter-replace-the-rss-feed-readers/" rel="bookmark" title="Can Twitter Replace the RSS Feed Readers">Can Twitter Replace the RSS Feed Readers </a></li>
<li><a href="/2009/10/27/zend-framework-custom-urls/" rel="bookmark" title="Zend Framework custom URLs">Zend Framework custom URLs </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Continuing with the <a href="http://framework.zend.com/">Zend Framework&#8217;s</a> series, here&#8217;s another one &#8211; how to burn your data into RSS feed within ZF.</p>
<p>Fairly simple. Collect all the data into an array and than &#8230;</p>
<pre lang="php" escaped="true">$feed = Zend_Feed::importArray($feedArray, 'rss');
$feed-&gt;send();
</pre>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/07/13/zend-framework-and-media-rss/" rel="bookmark" title="Zend Framework and Media RSS">Zend Framework and Media RSS </a></li>
<li><a href="/2010/04/26/mysql-expressions-in-zend-framework/" rel="bookmark" title="MySQL Expressions in Zend Framework">MySQL Expressions in Zend Framework </a></li>
<li><a href="/2010/08/23/can-twitter-replace-the-rss-feed-readers/" rel="bookmark" title="Can Twitter Replace the RSS Feed Readers">Can Twitter Replace the RSS Feed Readers </a></li>
<li><a href="/2009/10/27/zend-framework-custom-urls/" rel="bookmark" title="Zend Framework custom URLs">Zend Framework custom URLs </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/04/30/burn-feeds-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
