<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: CakePHP RSS Feed Datasource</title>
	<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/</link>
	<description>A Web Development Company Specializing In Standard-Based Web Design and the CakePHP Framework.</description>
	<pubDate>Sun, 05 Feb 2012 10:07:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Jim D</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-28100</link>
		<dc:creator>Jim D</dc:creator>
		<pubDate>Thu, 18 Aug 2011 17:23:40 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-28100</guid>
		<description>Re: "table not found", make sure the model file name corresponds to the datasource name. So e.g., if the datasource is googleNews, you need a app/models/google_news.php model file (see filenaming conventions in cookbook for more details).

jd</description>
		<content:encoded><![CDATA[<p>Re: &#8220;table not found&#8221;, make sure the model file name corresponds to the datasource name. So e.g., if the datasource is googleNews, you need a app/models/google_news.php model file (see filenaming conventions in cookbook for more details).</p>
<p>jd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max D</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-24292</link>
		<dc:creator>Max D</dc:creator>
		<pubDate>Thu, 26 May 2011 19:31:17 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-24292</guid>
		<description>Thank you for writing this article.  I really enjoyed it.  I work in web design too.  Keep up the excellent work!</description>
		<content:encoded><![CDATA[<p>Thank you for writing this article.  I really enjoyed it.  I work in web design too.  Keep up the excellent work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David E Jones</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-22431</link>
		<dc:creator>David E Jones</dc:creator>
		<pubDate>Tue, 05 Apr 2011 11:55:11 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-22431</guid>
		<description>&lt;strong&gt;Cakephp datasource for valves steam api&lt;/strong&gt;

The steam api is something i&#8217;ve been working with recently as i occasionally do projects for a gaming community. If you don&#8217;t know what steam is its basically a piece of software that allows you to download games, play them, chat with frien...</description>
		<content:encoded><![CDATA[<p><strong>Cakephp datasource for valves steam api</strong></p>
<p>The steam api is something i&#8217;ve been working with recently as i occasionally do projects for a gaming community. If you don&#8217;t know what steam is its basically a piece of software that allows you to download games, play them, chat with frien&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shou</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-18987</link>
		<dc:creator>Shou</dc:creator>
		<pubDate>Sun, 16 Jan 2011 23:53:31 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-18987</guid>
		<description>Hi,

How can i dynamically change the feed url, depending on the predefined categories. For example the rss feed news is broken into months, so when a user clicks on a month the url should change to "?month=1",

var $googleNews = array(
'datasource' =&#62; 'rss',
'feedUrl' =&#62; 'http://news.google.com/news?pz=1&#38;ned=us&#38;hl=en&#38;output=rss?month=1‘,
‘encoding’ =&#62; ‘UTF-8′,
‘cacheTime’ =&#62; ‘+1 day’,
);

I also need pagination working so how can I achieve this.

Thanks
Snct2</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How can i dynamically change the feed url, depending on the predefined categories. For example the rss feed news is broken into months, so when a user clicks on a month the url should change to &#8220;?month=1&#8243;,</p>
<p>var $googleNews = array(<br />
&#8216;datasource&#8217; =&gt; &#8216;rss&#8217;,<br />
&#8216;feedUrl&#8217; =&gt; &#8216;http://news.google.com/news?pz=1&amp;ned=us&amp;hl=en&amp;output=rss?month=1‘,<br />
‘encoding’ =&gt; ‘UTF-8′,<br />
‘cacheTime’ =&gt; ‘+1 day’,<br />
);</p>
<p>I also need pagination working so how can I achieve this.</p>
<p>Thanks<br />
Snct2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyank</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-18093</link>
		<dc:creator>Priyank</dc:creator>
		<pubDate>Wed, 22 Dec 2010 09:51:37 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-18093</guid>
		<description>Getting following error.

Error: Database table google_news for model GoogleNews was not found.</description>
		<content:encoded><![CDATA[<p>Getting following error.</p>
<p>Error: Database table google_news for model GoogleNews was not found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reading External Data and Saving it to database &#124; DeveloperQuestion.com</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-17602</link>
		<dc:creator>Reading External Data and Saving it to database &#124; DeveloperQuestion.com</dc:creator>
		<pubDate>Sat, 04 Dec 2010 23:44:04 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-17602</guid>
		<description>[...] google, question     Hi,  I am new here, I ve done everything in this tutorial  [link] , Im  healthy to read RSS Feeds from external site, Can I save apiece feed in my  local database?  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] google, question     Hi,  I am new here, I ve done everything in this tutorial  [link] , Im  healthy to read RSS Feeds from external site, Can I save apiece feed in my  local database?  [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myer Nore</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-17253</link>
		<dc:creator>Myer Nore</dc:creator>
		<pubDate>Sun, 21 Nov 2010 19:32:56 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-17253</guid>
		<description>Third time's the charm! It's officially deprecated, and it only took an hour and a half of searching the much acclaimed CakePHP documentation: http://api13.cakephp.org/file/cake/basics.php#function-cache - you're supposed to use Cache::write() instead.</description>
		<content:encoded><![CDATA[<p>Third time&#8217;s the charm! It&#8217;s officially deprecated, and it only took an hour and a half of searching the much acclaimed CakePHP documentation: <a href="http://api13.cakephp.org/file/cake/basics.php#function-cache" rel="nofollow">http://api13.cakephp.org/file/cake/basics.php#function-cache</a> - you&#8217;re supposed to use Cache::write() instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myer Nore</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-17250</link>
		<dc:creator>Myer Nore</dc:creator>
		<pubDate>Sun, 21 Nov 2010 18:55:39 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-17250</guid>
		<description>On line 82 and 85 there's a function cache($cachePath, null, $cacheTime) and cache($cachePath, serialize($data)) that I can't seem to find documentation on anywhere. Where are the functions documented? As far as I can tell, they're not global CakePHP functions or regular PHP functions. It's difficult to google for "php cache," so I may be wrong.</description>
		<content:encoded><![CDATA[<p>On line 82 and 85 there&#8217;s a function cache($cachePath, null, $cacheTime) and cache($cachePath, serialize($data)) that I can&#8217;t seem to find documentation on anywhere. Where are the functions documented? As far as I can tell, they&#8217;re not global CakePHP functions or regular PHP functions. It&#8217;s difficult to google for &#8220;php cache,&#8221; so I may be wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-15218</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 14 Sep 2010 20:44:29 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-15218</guid>
		<description>Warning (2): Parameter 1 to array_multisort() expected to be a reference, value given [APP/models/datasources/rss_source.php, line 179]


Help me please!</description>
		<content:encoded><![CDATA[<p>Warning (2): Parameter 1 to array_multisort() expected to be a reference, value given [APP/models/datasources/rss_source.php, line 179]</p>
<p>Help me please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-15213</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 14 Sep 2010 16:39:28 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-15213</guid>
		<description>Please could you describe the exact names for each file in the example. The probe and does not work, and not to put names to each file.

Thanks you</description>
		<content:encoded><![CDATA[<p>Please could you describe the exact names for each file in the example. The probe and does not work, and not to put names to each file.</p>
<p>Thanks you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

