<?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: Hello World in CakePHP &#8211; 3 steps</title>
	<atom:link href="http://www.kumarchetan.com/blog/2010/04/13/hello-world-in-cakephp-3-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kumarchetan.com/blog/2010/04/13/hello-world-in-cakephp-3-steps/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hello-world-in-cakephp-3-steps</link>
	<description>Any thing or everything related to PHP, HTML, XHTML, JavaScript, AJAX, CSS, UI, Browser Compatibility, Apache, MySQL, Linux, Ubuntu and Web Based Software Development</description>
	<lastBuildDate>Fri, 18 Nov 2011 17:47:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kumar Chetan Sharma</title>
		<link>http://www.kumarchetan.com/blog/2010/04/13/hello-world-in-cakephp-3-steps/comment-page-1/#comment-7238</link>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
		<pubDate>Thu, 27 Oct 2011 15:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=71#comment-7238</guid>
		<description>@mark, agreed to your point. But you still have to create a controller. I know in an MVC framework the purists will insist upon keeping view separate from controller. But as the title says, its simple 3 steps hello world example.</description>
		<content:encoded><![CDATA[<p>@mark, agreed to your point. But you still have to create a controller. I know in an MVC framework the purists will insist upon keeping view separate from controller. But as the title says, its simple 3 steps hello world example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.kumarchetan.com/blog/2010/04/13/hello-world-in-cakephp-3-steps/comment-page-1/#comment-7206</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Tue, 25 Oct 2011 09:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=71#comment-7206</guid>
		<description>this is an incomplete echo world example
why not using a view? following MVC principles

/views/hello_world/index.ctp
=&gt; put sth to echo

public function index() {} // can stay empty

and I would use an array here:
$var uses = array();

now visit
/hello_world/

thats all...
more correct then the version above.</description>
		<content:encoded><![CDATA[<p>this is an incomplete echo world example<br />
why not using a view? following MVC principles</p>
<p>/views/hello_world/index.ctp<br />
=&gt; put sth to echo</p>
<p>public function index() {} // can stay empty</p>
<p>and I would use an array here:<br />
$var uses = array();</p>
<p>now visit<br />
/hello_world/</p>
<p>thats all&#8230;<br />
more correct then the version above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shameless Self Promotion ;-) ™ © ℠ ® &#187; Blog Archive &#187; Do you know how to do Hello World in CakePHP?</title>
		<link>http://www.kumarchetan.com/blog/2010/04/13/hello-world-in-cakephp-3-steps/comment-page-1/#comment-2498</link>
		<dc:creator>Shameless Self Promotion ;-) ™ © ℠ ® &#187; Blog Archive &#187; Do you know how to do Hello World in CakePHP?</dc:creator>
		<pubDate>Tue, 13 Apr 2010 18:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=71#comment-2498</guid>
		<description>[...] I just discovered its easy enough to do hello world in CakePHP. Read more [...]</description>
		<content:encoded><![CDATA[<p>[...] I just discovered its easy enough to do hello world in CakePHP. Read more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

