<?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: A small change in Controller::redirect()</title>
	<atom:link href="http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/comment-page-1/#comment-49020</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 27 Dec 2007 16:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/#comment-49020</guid>
		<description>@all: Thanks for your comments!

@CakeFreak: It seems I was a bit too optimistic with the Christmas cake ;-)

@MN: Well, I cannot tell you whether cake is the right choice for you, that&#039;s something you have to decide yourself ;-)   But what you described is not directly supported by cake. It should still be possible to realize it with cake, but it probably requires a bit more work. I recommend to write a small prototype to address those uncertainties.</description>
		<content:encoded><![CDATA[<p>@all: Thanks for your comments!</p>
<p>@CakeFreak: It seems I was a bit too optimistic with the Christmas cake ;-)</p>
<p>@MN: Well, I cannot tell you whether cake is the right choice for you, that&#8217;s something you have to decide yourself ;-)   But what you described is not directly supported by cake. It should still be possible to realize it with cake, but it probably requires a bit more work. I recommend to write a small prototype to address those uncertainties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MN</title>
		<link>http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/comment-page-1/#comment-48911</link>
		<dc:creator>MN</dc:creator>
		<pubDate>Thu, 27 Dec 2007 08:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/#comment-48911</guid>
		<description>Merry Christmas cakebaker,
I have never used a framework in php but just now I&#039;m getting ready to start a new project. I searched for php frameworks and found cake one of the best known ones. But as my project is a little strange one, I was wondering if cake is a good choice. 
So I wanted to describe a little and ask you whether or not cake fits it or not:
The most unusual part of project is that we have same models that should be organized in separate tables. I mean I have two tables named t_111 and t_222 for example, that have same structure but needed to be in two tables. Another thing is that these tables are created and managed dynamically.
It would be very nice of you to tell me if cake is the right choice or not.</description>
		<content:encoded><![CDATA[<p>Merry Christmas cakebaker,<br />
I have never used a framework in php but just now I&#8217;m getting ready to start a new project. I searched for php frameworks and found cake one of the best known ones. But as my project is a little strange one, I was wondering if cake is a good choice.<br />
So I wanted to describe a little and ask you whether or not cake fits it or not:<br />
The most unusual part of project is that we have same models that should be organized in separate tables. I mean I have two tables named t_111 and t_222 for example, that have same structure but needed to be in two tables. Another thing is that these tables are created and managed dynamically.<br />
It would be very nice of you to tell me if cake is the right choice or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lobaman</title>
		<link>http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/comment-page-1/#comment-48510</link>
		<dc:creator>Lobaman</dc:creator>
		<pubDate>Wed, 26 Dec 2007 02:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/#comment-48510</guid>
		<description>Merry xmas everyone. 

Damn, i just rewrite all my redirect()s to

  $this-&gt;redirect(&#039;/controller/action&#039;, null, true);

 and yes, i learn to use 
$this-&gt;redirect(array(&#039;controller&#039;=&gt;&#039;controller&#039;,&#039;action&#039;=&gt;&#039;action&#039;),null,true);
 

 anyway, very good job caketeam. Damn, im so excited to migrate to the newest version.  :)</description>
		<content:encoded><![CDATA[<p>Merry xmas everyone. </p>
<p>Damn, i just rewrite all my redirect()s to</p>
<p>  $this-&gt;redirect(&#8216;/controller/action&#8217;, null, true);</p>
<p> and yes, i learn to use<br />
$this-&gt;redirect(array(&#8216;controller&#8217;=&gt;&#8217;controller&#8217;,'action&#8217;=&gt;&#8217;action&#8217;),null,true);</p>
<p> anyway, very good job caketeam. Damn, im so excited to migrate to the newest version.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakeFreak</title>
		<link>http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/comment-page-1/#comment-48454</link>
		<dc:creator>CakeFreak</dc:creator>
		<pubDate>Tue, 25 Dec 2007 22:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/#comment-48454</guid>
		<description>...let&#039;s hope for the new year cake ;-)
go cakeTeam go!
Merry Xmas to all the bakers out there!
Dan</description>
		<content:encoded><![CDATA[<p>&#8230;let&#8217;s hope for the new year cake ;-)<br />
go cakeTeam go!<br />
Merry Xmas to all the bakers out there!<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/comment-page-1/#comment-48153</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 25 Dec 2007 06:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/#comment-48153</guid>
		<description>@Yevgeny, Terr: Thanks for your comments!

@Yevgeny: Yes, if you don&#039;t want the program execution to stop after a redirect then you have to find and fix those redirects. But I think in most cases you do not have to change anything as you usually want to stop the program execution after a redirect (at least up to now I never encountered another situation).</description>
		<content:encoded><![CDATA[<p>@Yevgeny, Terr: Thanks for your comments!</p>
<p>@Yevgeny: Yes, if you don&#8217;t want the program execution to stop after a redirect then you have to find and fix those redirects. But I think in most cases you do not have to change anything as you usually want to stop the program execution after a redirect (at least up to now I never encountered another situation).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terr</title>
		<link>http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/comment-page-1/#comment-47931</link>
		<dc:creator>Terr</dc:creator>
		<pubDate>Mon, 24 Dec 2007 18:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/#comment-47931</guid>
		<description>This is an excellent change, thanks for the heads up.

Merry Christmas and a happy 2008. That you may continue to blog about cake in the next year.</description>
		<content:encoded><![CDATA[<p>This is an excellent change, thanks for the heads up.</p>
<p>Merry Christmas and a happy 2008. That you may continue to blog about cake in the next year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yevgeny Tomenko</title>
		<link>http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/comment-page-1/#comment-47927</link>
		<dc:creator>Yevgeny Tomenko</dc:creator>
		<pubDate>Mon, 24 Dec 2007 18:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/12/24/a-small-change-in-controllerredirect/#comment-47927</guid>
		<description>I think you want to write 
 &quot;Thanks&quot; to a recent change of the API...
 So migration to next version requeire to find and fix all redirects</description>
		<content:encoded><![CDATA[<p>I think you want to write<br />
 &#8220;Thanks&#8221; to a recent change of the API&#8230;<br />
 So migration to next version requeire to find and fix all redirects</p>
]]></content:encoded>
	</item>
</channel>
</rss>

