<?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: Kohana &#8216;filesystem&#8217; Helper</title>
	<atom:link href="http://www.keyframesandcode.com/code/development/kohana-filesystem-helper/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyframesandcode.com/code/development/kohana-filesystem-helper/</link>
	<description>MaxScript, ActionScript, PHP &#38; JavaScript</description>
	<lastBuildDate>Mon, 26 Jul 2010 12:43:10 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cambrian</title>
		<link>http://www.keyframesandcode.com/code/development/kohana-filesystem-helper/comment-page-1/#comment-30502</link>
		<dc:creator>Cambrian</dc:creator>
		<pubDate>Fri, 17 Jul 2009 15:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=198#comment-30502</guid>
		<description>Great helper! i like it very much, thx a lot.</description>
		<content:encoded><![CDATA[<p>Great helper! i like it very much, thx a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neovive</title>
		<link>http://www.keyframesandcode.com/code/development/kohana-filesystem-helper/comment-page-1/#comment-4013</link>
		<dc:creator>neovive</dc:creator>
		<pubDate>Sat, 14 Mar 2009 16:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=198#comment-4013</guid>
		<description>Things have definitely stabilized with Kohana -- I was getting concerned as well.  There are now separate 2.x and 3.x branches.  The 2.x branch is very stable and is maintained by a separate team with the goal of long term support and stability.  The 3.x branch is experimental and completely separate at the moment.</description>
		<content:encoded><![CDATA[<p>Things have definitely stabilized with Kohana &#8212; I was getting concerned as well.  There are now separate 2.x and 3.x branches.  The 2.x branch is very stable and is maintained by a separate team with the goal of long term support and stability.  The 3.x branch is experimental and completely separate at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://www.keyframesandcode.com/code/development/kohana-filesystem-helper/comment-page-1/#comment-3908</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Tue, 10 Mar 2009 22:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=198#comment-3908</guid>
		<description>Hey Neovive,

I&#039;ve been on Flash and AJAX projects for the past while, but a personal project and another commercial project I need to do both need Kohana in the next short while, so you&#039;ll probably see a bit more of me!

To be honest I was getting tired of the seemingly endless changes in the core, so I hope by now they&#039;ve settled down.

I&#039;ll check the projects site too - that sounds like a nice addition!</description>
		<content:encoded><![CDATA[<p>Hey Neovive,</p>
<p>I&#8217;ve been on Flash and AJAX projects for the past while, but a personal project and another commercial project I need to do both need Kohana in the next short while, so you&#8217;ll probably see a bit more of me!</p>
<p>To be honest I was getting tired of the seemingly endless changes in the core, so I hope by now they&#8217;ve settled down.</p>
<p>I&#8217;ll check the projects site too &#8211; that sounds like a nice addition!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neovive</title>
		<link>http://www.keyframesandcode.com/code/development/kohana-filesystem-helper/comment-page-1/#comment-3832</link>
		<dc:creator>neovive</dc:creator>
		<pubDate>Sun, 08 Mar 2009 01:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=198#comment-3832</guid>
		<description>Very nice helper ... you should add this to the new projects.kohanaphp.com site.  Haven&#039;t seen you around the Kohana forums in a while ... are you still using Kohana?</description>
		<content:encoded><![CDATA[<p>Very nice helper &#8230; you should add this to the new projects.kohanaphp.com site.  Haven&#8217;t seen you around the Kohana forums in a while &#8230; are you still using Kohana?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://www.keyframesandcode.com/code/development/kohana-filesystem-helper/comment-page-1/#comment-1889</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Sat, 29 Nov 2008 13:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=198#comment-1889</guid>
		<description>The same as you would any other Kohana Helper. Just stick it in your application/helpers directory and then call it as normal, for example:

filesystem.make_path(&#039;some/path/to/files&#039;);</description>
		<content:encoded><![CDATA[<p>The same as you would any other Kohana Helper. Just stick it in your application/helpers directory and then call it as normal, for example:</p>
<p>filesystem.make_path(&#8217;some/path/to/files&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.keyframesandcode.com/code/development/kohana-filesystem-helper/comment-page-1/#comment-1859</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 27 Nov 2008 20:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=198#comment-1859</guid>
		<description>So... how do I install and use this? You make no notes of that.

What folder do I put it in? How do I access the functions?</description>
		<content:encoded><![CDATA[<p>So&#8230; how do I install and use this? You make no notes of that.</p>
<p>What folder do I put it in? How do I access the functions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
