<?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: How to setup a route in CakePHP</title>
	<atom:link href="http://www.endyourif.com/how-to-setup-a-route-in-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.endyourif.com/how-to-setup-a-route-in-cakephp/</link>
	<description>Helping you solve those tough coding problems!</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:55:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pixelcone</title>
		<link>http://www.endyourif.com/how-to-setup-a-route-in-cakephp/comment-page-1/#comment-1271</link>
		<dc:creator>pixelcone</dc:creator>
		<pubDate>Tue, 31 Aug 2010 08:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.endyourif.com/?p=180#comment-1271</guid>
		<description>Thanks for the tutorial.
But how can you do that if you a dynamic content (eg. CMS)?
&lt;code&gt;
Router::connect(‘/dynamic-content’, array(‘controller’ =&gt; ‘content’, ‘action’ =&gt; ‘index/etc’));
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>Thanks for the tutorial.<br />But how can you do that if you a dynamic content (eg. CMS)?<br /></code><code><br />Router::connect(‘/dynamic-content’, array(‘controller’ =&gt; ‘content’, ‘action’ =&gt; ‘index/etc’));<br /></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
