<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CakePHP and the MVC</title>
	<atom:link href="http://frodosghost.com/2009/06/23/cakephp-and-the-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://frodosghost.com/2009/06/23/cakephp-and-the-mvc/</link>
	<description>Following the Footsteps of Heros, Never Lead to the Straight and Grey Roads. (Oh, Sleeper)</description>
	<lastBuildDate>Fri, 07 May 2010 06:10:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: James</title>
		<link>http://frodosghost.com/2009/06/23/cakephp-and-the-mvc/comment-page-1/#comment-144</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 24 Jun 2009 12:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=266#comment-144</guid>
		<description>Thanks for pointing that out. Code changed above.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out. Code changed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evilbloodydemon</title>
		<link>http://frodosghost.com/2009/06/23/cakephp-and-the-mvc/comment-page-1/#comment-142</link>
		<dc:creator>evilbloodydemon</dc:creator>
		<pubDate>Wed, 24 Jun 2009 06:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=266#comment-142</guid>
		<description>last example should be:

foreach($posts as $post):
    echo $post[&#039;Post&#039;][&#039;title&#039;];
    foreach($post[&#039;Comment&#039;] as $comment):
        echo $comment[&#039;content&#039;];
    endforeach;
endforeach;

because of Post hasMany Comment relationship.</description>
		<content:encoded><![CDATA[<p>last example should be:</p>
<p>foreach($posts as $post):<br />
    echo $post['Post']['title'];<br />
    foreach($post['Comment'] as $comment):<br />
        echo $comment['content'];<br />
    endforeach;<br />
endforeach;</p>
<p>because of Post hasMany Comment relationship.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
