<?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: Migrating from CakePHP 1.2beta to RC1</title>
	<atom:link href="http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:27:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-100412</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 25 Jul 2008 14:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-100412</guid>
		<description>@Andreas: Well, using App::import() to load the component doesn&#039;t make it a property of the respective controller. 

There are two ways to fix the problem: add the component to the $components array of your controller, or if you want to use App::import() then you have to instantiate the component manually.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>@Andreas: Well, using App::import() to load the component doesn&#8217;t make it a property of the respective controller. </p>
<p>There are two ways to fix the problem: add the component to the $components array of your controller, or if you want to use App::import() then you have to instantiate the component manually.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Hofmann</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-100375</link>
		<dc:creator>Andreas Hofmann</dc:creator>
		<pubDate>Fri, 25 Jul 2008 07:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-100375</guid>
		<description>I have the same problem like Amr, that the Components are not started automatically. 
If I do App::import(&#039;component&#039;, &#039;Auth&#039;) cake says:
&quot;Undefined property: GameController::$Auth&quot;

I&#039;m using 1.2.0.7296 RC2

I&#039;ve posted a message to the google group... let&#039;s see what happens.</description>
		<content:encoded><![CDATA[<p>I have the same problem like Amr, that the Components are not started automatically.<br />
If I do App::import(&#8216;component&#8217;, &#8216;Auth&#8217;) cake says:<br />
&#8220;Undefined property: GameController::$Auth&#8221;</p>
<p>I&#8217;m using 1.2.0.7296 RC2</p>
<p>I&#8217;ve posted a message to the google group&#8230; let&#8217;s see what happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakePHP 1.2 RC1 &#171; Linerox</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-96341</link>
		<dc:creator>CakePHP 1.2 RC1 &#171; Linerox</dc:creator>
		<pubDate>Thu, 26 Jun 2008 13:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-96341</guid>
		<description>[...] los actuales usuarios de la anterior versión Beta de CakePHP 1.2, esta guía explica cómo realizar una migración exitosa al [...]</description>
		<content:encoded><![CDATA[<p>[...] los actuales usuarios de la anterior versión Beta de CakePHP 1.2, esta guía explica cómo realizar una migración exitosa al [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-95703</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Sat, 21 Jun 2008 14:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-95703</guid>
		<description>@Stripthis: Thanks for this information!</description>
		<content:encoded><![CDATA[<p>@Stripthis: Thanks for this information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stripthis</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-95550</link>
		<dc:creator>Stripthis</dc:creator>
		<pubDate>Fri, 20 Jun 2008 13:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-95550</guid>
		<description>Hello,
I got a problem when switching to RC1, with custom component initalisation that doesn&#039;t seem to be perform in debug mode when errors pages such as missing controller/action are rendered. 

It seem to me that controller components are not startuped anymore in such context, since it use to works perfectly well and works well with RC1 if I run the startup manually in AppController::beforefilter on the incriminated custom components. 

While it&#039;s no big deal, I felt like telling it, as it might save some time to people here ;)</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I got a problem when switching to RC1, with custom component initalisation that doesn&#8217;t seem to be perform in debug mode when errors pages such as missing controller/action are rendered. </p>
<p>It seem to me that controller components are not startuped anymore in such context, since it use to works perfectly well and works well with RC1 if I run the startup manually in AppController::beforefilter on the incriminated custom components. </p>
<p>While it&#8217;s no big deal, I felt like telling it, as it might save some time to people here ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-95095</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 17 Jun 2008 14:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-95095</guid>
		<description>@Amr: So, that means there is no longer a problem?</description>
		<content:encoded><![CDATA[<p>@Amr: So, that means there is no longer a problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amr</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-94984</link>
		<dc:creator>Amr</dc:creator>
		<pubDate>Mon, 16 Jun 2008 21:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-94984</guid>
		<description>thx you ..
mmmm, i think no errors i had !</description>
		<content:encoded><![CDATA[<p>thx you ..<br />
mmmm, i think no errors i had !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-94257</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 12 Jun 2008 14:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-94257</guid>
		<description>@Chris: Cool :)

And regarding the comment system, you could have a look at the comment system of snogs (&lt;a href=&quot;http://cakeforge.org/projects/snogs&quot; rel=&quot;nofollow&quot;&gt;http://cakeforge.org/projects/snogs/&lt;/a&gt;), maybe it saves you some time.</description>
		<content:encoded><![CDATA[<p>@Chris: Cool :)</p>
<p>And regarding the comment system, you could have a look at the comment system of snogs (<a href="http://cakeforge.org/projects/snogs" rel="nofollow">http://cakeforge.org/projects/snogs/</a>), maybe it saves you some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Walker</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-94245</link>
		<dc:creator>Chris Walker</dc:creator>
		<pubDate>Thu, 12 Jun 2008 12:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-94245</guid>
		<description>[quote]PS: Is there no RSS feed for your blog?[/quote]

There wasn&#039;t, I had been meaning to make one. Your comment spurred me on. http://thechriswalker.net/post/rss

... I guess I&#039;d better build that comment system now... ;)</description>
		<content:encoded><![CDATA[<p>[quote]PS: Is there no RSS feed for your blog?[/quote]</p>
<p>There wasn&#8217;t, I had been meaning to make one. Your comment spurred me on. <a href="http://thechriswalker.net/post/rss" rel="nofollow">http://thechriswalker.net/post/rss</a></p>
<p>&#8230; I guess I&#8217;d better build that comment system now&#8230; ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/06/05/migrating-from-cakephp-12beta-to-rc1/comment-page-1/#comment-94108</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Wed, 11 Jun 2008 15:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=610#comment-94108</guid>
		<description>@Bernie, Chris: Thanks for your comments!

@Bernie: Yes, the Component class is not the base class for components as you might guess. The Component class is used by the controller to manage the component callbacks.

@Chris: Yes, the functionality to output the rendered view has been moved. Now, the render method simply sets a variable with the view content (and also returns its value), the output happens later (resp. doesn&#039;t happen if there is an exit). 

PS: Is there no RSS feed for your blog?</description>
		<content:encoded><![CDATA[<p>@Bernie, Chris: Thanks for your comments!</p>
<p>@Bernie: Yes, the Component class is not the base class for components as you might guess. The Component class is used by the controller to manage the component callbacks.</p>
<p>@Chris: Yes, the functionality to output the rendered view has been moved. Now, the render method simply sets a variable with the view content (and also returns its value), the output happens later (resp. doesn&#8217;t happen if there is an exit). </p>
<p>PS: Is there no RSS feed for your blog?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
