<?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>freude-code &#187; xls</title>
	<atom:link href="http://www.freude-co.de/tag/xls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freude-co.de</link>
	<description>PHP, CakePHP und MySQL</description>
	<lastBuildDate>Tue, 06 Apr 2010 07:52:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>XLS Helper für cakePHP</title>
		<link>http://www.freude-co.de/2008/11/14/xls-helper-fur-cakephp/</link>
		<comments>http://www.freude-co.de/2008/11/14/xls-helper-fur-cakephp/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 12:49:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xls]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=15</guid>
		<description><![CDATA[/** * By Cleiton Wasen * wasenbr at gmail.com * Based in http://www.appservnetwork.com/modules.php?name=News&#38;amp;amp;file=article&#38;amp;amp;sid=8 * */ class XlsHelper { var $helpers = array(); /** * set the header configuration * @param $filename the xls file name */ function setHeader($filename) { header(&#34;Pragma: public&#34;); header(&#34;Expires: 0&#34;); header(&#34;Cache-Control: must-revalidate, post-check=0, pre-check=0&#34;); header(&#34;Content-Type: application/force-download&#34;); header(&#34;Content-Type: application/octet-stream&#34;); header(&#34;Content-Type: application/download&#34;);; header(&#34;Content-Disposition: attachment;filename=$filename&#34;); [...]]]></description>
		<wfw:commentRss>http://www.freude-co.de/2008/11/14/xls-helper-fur-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
