<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Things you should know about cakePhp</title>
	<atom:link href="http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/</link>
	<description>couch.cake.soda.yUmMY!</description>
	<lastBuildDate>Wed, 20 May 2009 16:56:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hariharan</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-2456</link>
		<dc:creator>hariharan</dc:creator>
		<pubDate>Fri, 12 Sep 2008 05:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-2456</guid>
		<description>This is hariharan from TCS organization,serving in web2.0 labs.I am trying to develop one web application
using cakephp. When i use redirect i get the following error,

Warning (2): Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/cakephp2/app/controllers/tasks_controller.php:83) [CORE/cake/libs/controller/controller.php, line 578]


I have tried my best to resolve it, but in vain.

can u help me to resolve this issue?

Thanks,
Hariharan</description>
		<content:encoded><![CDATA[<p>This is hariharan from TCS organization,serving in web2.0 labs.I am trying to develop one web application<br />
using cakephp. When i use redirect i get the following error,</p>
<p>Warning (2): Cannot modify header information &#8211; headers already sent by (output started at /opt/lampp/htdocs/cakephp2/app/controllers/tasks_controller.php:83) [CORE/cake/libs/controller/controller.php, line 578]</p>
<p>I have tried my best to resolve it, but in vain.</p>
<p>can u help me to resolve this issue?</p>
<p>Thanks,<br />
Hariharan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lobo tuerto</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-2292</link>
		<dc:creator>Lobo tuerto</dc:creator>
		<pubDate>Wed, 28 May 2008 19:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-2292</guid>
		<description>Hello cakensoda,

&lt;blockquote cite=&quot;&quot;&gt;There is another method where you can use another model in the Model class but can’t find that link yet.. I will update this once i found it.&lt;/blockquote&gt;

Any ideas about the name of that method?</description>
		<content:encoded><![CDATA[<p>Hello cakensoda,</p>
<blockquote cite=""><p>There is another method where you can use another model in the Model class but can’t find that link yet.. I will update this once i found it.</p></blockquote>
<p>Any ideas about the name of that method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OmiYang</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1525</link>
		<dc:creator>OmiYang</dc:creator>
		<pubDate>Tue, 14 Aug 2007 08:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1525</guid>
		<description>now it run well
(&quot;,)</description>
		<content:encoded><![CDATA[<p>now it run well<br />
(&#8220;,)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OmiYang</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1524</link>
		<dc:creator>OmiYang</dc:creator>
		<pubDate>Tue, 14 Aug 2007 08:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1524</guid>
		<description>thank you everyone help me 
i copy the RewriteRule from .htaccess to VirtualHost

&lt;VirtualHost *:80&gt;
DocumentRoot &quot;E:\workspace\...\app\webroot&quot;
ServerName www.XXX.com

&lt;Directory &quot;E:\workspace\...\app\webroot&quot;&amp;gtOptions Indexes FollowSymLinks
AllowOverride &lt;b&gt;None&lt;/b&gt;
Order allow,deny
Allow from all

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] 

&lt;/Directory&gt;

&lt;/VirtualHost&gt;</description>
		<content:encoded><![CDATA[<p>thank you everyone help me<br />
i copy the RewriteRule from .htaccess to VirtualHost</p>
<p>&lt;VirtualHost *:80&gt;<br />
DocumentRoot &quot;E:\workspace\&#8230;\app\webroot&quot;<br />
ServerName <a href="http://www.XXX.com" rel="nofollow">http://www.XXX.com</a></p>
<p>&lt;Directory &quot;E:\workspace\&#8230;\app\webroot&quot;&amp;gtOptions Indexes FollowSymLinks<br />
AllowOverride <b>None</b><br />
Order allow,deny<br />
Allow from all</p>
<p>RewriteEngine On<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] </p>
<p>&lt;/Directory&gt;</p>
<p>&lt;/VirtualHost&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakensoda</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1498</link>
		<dc:creator>cakensoda</dc:creator>
		<pubDate>Fri, 10 Aug 2007 10:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1498</guid>
		<description>Hi OmiYang,

Try this:

If you don&#039;t want or can&#039;t get mod_rewrite (or some other compatible module) up and running on your server, you&#039;ll need to use Cake&#039;s built in pretty URLs. In /app/config/core.php, uncomment the line that looks like:
define (&#039;BASE_URL&#039;, env(&#039;SCRIPT_NAME&#039;));

This will make your URLs look like www.example.com/index.php/controllername/actionname/param rather than www.example.com/controllername/actionname/param.

Found it here: http://manual.cakephp.org/appendix/blog_tutorial</description>
		<content:encoded><![CDATA[<p>Hi OmiYang,</p>
<p>Try this:</p>
<p>If you don&#8217;t want or can&#8217;t get mod_rewrite (or some other compatible module) up and running on your server, you&#8217;ll need to use Cake&#8217;s built in pretty URLs. In /app/config/core.php, uncomment the line that looks like:<br />
define (&#8216;BASE_URL&#8217;, env(&#8216;SCRIPT_NAME&#8217;));</p>
<p>This will make your URLs look like <a href="http://www.example.com/index.php/controllername/actionname/param" rel="nofollow">http://www.example.com/index.php/controllername/actionname/param</a> rather than <a href="http://www.example.com/controllername/actionname/param" rel="nofollow">http://www.example.com/controllername/actionname/param</a>.</p>
<p>Found it here: <a href="http://manual.cakephp.org/appendix/blog_tutorial" rel="nofollow">http://manual.cakephp.org/appendix/blog_tutorial</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OmiYang</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1497</link>
		<dc:creator>OmiYang</dc:creator>
		<pubDate>Fri, 10 Aug 2007 10:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1497</guid>
		<description>hi  rageonline

  on my pc i set AllowOverride All ,it&#039;s ok
  but on the server , Manager said can&#039;t set AllowOverride All ,he doesn&#039;t want to use .htaccess file,so i only can set AllowOverride None.
  now i want to know how to run the cakePHP project well without use .htaccess
  can you give me some advice or sample.
 

  thank you.</description>
		<content:encoded><![CDATA[<p>hi  rageonline</p>
<p>  on my pc i set AllowOverride All ,it&#8217;s ok<br />
  but on the server , Manager said can&#8217;t set AllowOverride All ,he doesn&#8217;t want to use .htaccess file,so i only can set AllowOverride None.<br />
  now i want to know how to run the cakePHP project well without use .htaccess<br />
  can you give me some advice or sample.</p>
<p>  thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rageonline</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1495</link>
		<dc:creator>rageonline</dc:creator>
		<pubDate>Fri, 10 Aug 2007 09:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1495</guid>
		<description>Hi OmiYang,

Try AllowOverride All and let me know how that goes.</description>
		<content:encoded><![CDATA[<p>Hi OmiYang,</p>
<p>Try AllowOverride All and let me know how that goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OmiYang</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1494</link>
		<dc:creator>OmiYang</dc:creator>
		<pubDate>Fri, 10 Aug 2007 09:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1494</guid>
		<description>hi
  i am sorry my english is not good.
  now, i have a trouble. i used cakePHP develop a website ,but the apache server not allowed to use .htaccess file.
  i set the VirtualHost like this,but it not work well. when i open the page ,it show error 400.

  i need your help,thank you.


    DocumentRoot &quot;\data\www\...\app\webroot&quot;
    ServerName www.XXX.com

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]

    
        Options Indexes FollowSymLinks
        AllowOverride &lt;b&gt;None&lt;/b&gt;
        Order allow,deny
        Allow from all
    
</description>
		<content:encoded><![CDATA[<p>hi<br />
  i am sorry my english is not good.<br />
  now, i have a trouble. i used cakePHP develop a website ,but the apache server not allowed to use .htaccess file.<br />
  i set the VirtualHost like this,but it not work well. when i open the page ,it show error 400.</p>
<p>  i need your help,thank you.</p>
<p>    DocumentRoot &#8220;\data\www\&#8230;\app\webroot&#8221;<br />
    ServerName <a href="http://www.XXX.com" rel="nofollow">http://www.XXX.com</a></p>
<p>    RewriteEngine On<br />
    RewriteCond %{REQUEST_FILENAME} !-d<br />
    RewriteCond %{REQUEST_FILENAME} !-f<br />
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]</p>
<p>        Options Indexes FollowSymLinks<br />
        AllowOverride <b>None</b><br />
        Order allow,deny<br />
        Allow from all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isaacw</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1402</link>
		<dc:creator>isaacw</dc:creator>
		<pubDate>Tue, 24 Jul 2007 22:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-1402</guid>
		<description>&lt;i&gt;Just do the chmod -R 777 to /app/tmp as suggested.&lt;/i&gt;

Thanks for the tip! I spent a couple hours trying to fix this before I found your post.  Cheers!

-isaacw</description>
		<content:encoded><![CDATA[<p><i>Just do the chmod -R 777 to /app/tmp as suggested.</i></p>
<p>Thanks for the tip! I spent a couple hours trying to fix this before I found your post.  Cheers!</p>
<p>-isaacw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-600</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Mon, 07 May 2007 04:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://cakensoda.wordpress.com/2007/03/28/things-you-should-know-about-cakephp/#comment-600</guid>
		<description>Cool!  I&#039;m just getting started learning CakePHP and I took at look at the &quot;21 things&quot; article, and this one as well.  Lots of helpful tips for a newbie to CakePHP!

Thanks a bunch</description>
		<content:encoded><![CDATA[<p>Cool!  I&#8217;m just getting started learning CakePHP and I took at look at the &#8220;21 things&#8221; article, and this one as well.  Lots of helpful tips for a newbie to CakePHP!</p>
<p>Thanks a bunch</p>
]]></content:encoded>
	</item>
</channel>
</rss>
