<?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: relative time in cakephp</title>
	<atom:link href="http://www.bunchacode.com/programming/relative-time-in-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bunchacode.com/programming/relative-time-in-cakephp/</link>
	<description>where geeks are cool.</description>
	<lastBuildDate>Mon, 12 Jul 2010 20:15:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Miles Johnson</title>
		<link>http://www.bunchacode.com/programming/relative-time-in-cakephp/comment-page-1/#comment-55</link>
		<dc:creator>Miles Johnson</dc:creator>
		<pubDate>Thu, 06 Aug 2009 22:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=160#comment-55</guid>
		<description>Like robert said, you could use $time-&gt;timeAgoInWords() or $time-&gt;relativeTime(), using the Time helper. But nice code none the less.</description>
		<content:encoded><![CDATA[<p>Like robert said, you could use $time-&gt;timeAgoInWords() or $time-&gt;relativeTime(), using the Time helper. But nice code none the less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funky Dude</title>
		<link>http://www.bunchacode.com/programming/relative-time-in-cakephp/comment-page-1/#comment-54</link>
		<dc:creator>Funky Dude</dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=160#comment-54</guid>
		<description>i guess you are right. this is not the proper way of doing things in cake.</description>
		<content:encoded><![CDATA[<p>i guess you are right. this is not the proper way of doing things in cake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.bunchacode.com/programming/relative-time-in-cakephp/comment-page-1/#comment-53</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=160#comment-53</guid>
		<description>I&#039;m not judging worth or merit, and I wasn&#039;t trying to be insulting.

Speaking from a Cakish stance however, this code should be neatened, refactored and put into a Helper. If it does what you want, then job well done, but cutting and pasting some functions into a class named AppView doesn&#039;t make this a CakePHP post.

That these methods *should *be in a Helper makes this a &quot;learning about Cake&quot; blog, and not something I would expect to be aggregated into an almost-official feed.

http://book.cakephp.org/ is an invaluable resource, and one I wish had been around when I started using Cake. It also documents TimeHelper and other useful Helpers like TextHelper and Inflector.

Again: I&#039;m not flaming or trolling, just pointing out what I see.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not judging worth or merit, and I wasn&#8217;t trying to be insulting.</p>
<p>Speaking from a Cakish stance however, this code should be neatened, refactored and put into a Helper. If it does what you want, then job well done, but cutting and pasting some functions into a class named AppView doesn&#8217;t make this a CakePHP post.</p>
<p>That these methods *should *be in a Helper makes this a &#8220;learning about Cake&#8221; blog, and not something I would expect to be aggregated into an almost-official feed.</p>
<p><a href="http://book.cakephp.org/" rel="nofollow">http://book.cakephp.org/</a> is an invaluable resource, and one I wish had been around when I started using Cake. It also documents TimeHelper and other useful Helpers like TextHelper and Inflector.</p>
<p>Again: I&#8217;m not flaming or trolling, just pointing out what I see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funky Dude</title>
		<link>http://www.bunchacode.com/programming/relative-time-in-cakephp/comment-page-1/#comment-52</link>
		<dc:creator>Funky Dude</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=160#comment-52</guid>
		<description>thanks. didnt know that helper. Wait, are you saying i am not good enough or something?</description>
		<content:encoded><![CDATA[<p>thanks. didnt know that helper. Wait, are you saying i am not good enough or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.bunchacode.com/programming/relative-time-in-cakephp/comment-page-1/#comment-51</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=160#comment-51</guid>
		<description>Or you could pass this ineffective and obscure implementation and just use TimeHelper::timeAgoInWords()

It&#039;s great that you&#039;re being productive with CakePHP, but I don&#039;t understand why you&#039;re in the Planet CakePHP aggregator.</description>
		<content:encoded><![CDATA[<p>Or you could pass this ineffective and obscure implementation and just use TimeHelper::timeAgoInWords()</p>
<p>It&#8217;s great that you&#8217;re being productive with CakePHP, but I don&#8217;t understand why you&#8217;re in the Planet CakePHP aggregator.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
