<?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: What I didn&#8217;t knew about controllers without models</title>
	<atom:link href="http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:19:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cakephp Static Views</title>
		<link>http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/comment-page-1/#comment-67494</link>
		<dc:creator>Cakephp Static Views</dc:creator>
		<pubDate>Sun, 17 Feb 2008 21:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/#comment-67494</guid>
		<description>[...] can see more on this solution in the cakephp blog.One final thought, be sure to set you page titles using the set [...]</description>
		<content:encoded><![CDATA[<p>[...] can see more on this solution in the cakephp blog.One final thought, be sure to set you page titles using the set [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/comment-page-1/#comment-26641</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 01 Nov 2007 15:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/#comment-26641</guid>
		<description>@phpcurious: Thanks for your comment!

Yes, you are right, it was used in this way in the PagesController. At least in CakePHP 1.2 this has been fixed some time ago.</description>
		<content:encoded><![CDATA[<p>@phpcurious: Thanks for your comment!</p>
<p>Yes, you are right, it was used in this way in the PagesController. At least in CakePHP 1.2 this has been fixed some time ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: $uses=null vs. $uses=array matters &#171; FilChi Weblog</title>
		<link>http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/comment-page-1/#comment-26238</link>
		<dc:creator>$uses=null vs. $uses=array matters &#171; FilChi Weblog</dc:creator>
		<pubDate>Wed, 31 Oct 2007 08:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/#comment-26238</guid>
		<description>[...] $uses=null vs. $uses=array&#160;matters  31 10 2007   In daniel hoffster&#8217;s blog, he pointed out the difference of behavior when setting your $uses variable in your controllers to null against array(). [...]</description>
		<content:encoded><![CDATA[<p>[...] $uses=null vs. $uses=array&nbsp;matters  31 10 2007   In daniel hoffster&#8217;s blog, he pointed out the difference of behavior when setting your $uses variable in your controllers to null against array(). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpcurious</title>
		<link>http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/comment-page-1/#comment-26219</link>
		<dc:creator>phpcurious</dc:creator>
		<pubDate>Wed, 31 Oct 2007 08:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controllers-without-models/#comment-26219</guid>
		<description>Actually, it made me think to realize that where did I get the idea to set the $uses variable to null if I am not connecting my controllers to models in the first place? 

I looked at the pages_controller.php in cake/scripts/template/skel/controllers and there I found ...

$uses = null;</description>
		<content:encoded><![CDATA[<p>Actually, it made me think to realize that where did I get the idea to set the $uses variable to null if I am not connecting my controllers to models in the first place? </p>
<p>I looked at the pages_controller.php in cake/scripts/template/skel/controllers and there I found &#8230;</p>
<p>$uses = null;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
