<?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: PHP: Why you should use dirname(__FILE__).&#8216;/include.php&#8217; instead of just &#8216;include.php&#8217;</title>
	<atom:link href="http://www.kavoir.com/2010/02/php-why-you-should-use-dirname__file__-include-php-instead-of-just-include-php.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kavoir.com/2010/02/php-why-you-should-use-dirname__file__-include-php-instead-of-just-include-php.html</link>
	<description>Just another dumbass webmaster, goofing around...</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ian</title>
		<link>http://www.kavoir.com/2010/02/php-why-you-should-use-dirname__file__-include-php-instead-of-just-include-php.html/comment-page-1#comment-15239</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 01 Jun 2011 19:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2010/02/php-why-you-should-use-dirname__file__-include-php-instead-of-just-include-php.html#comment-15239</guid>
		<description>If you are on php 5.3+, you can use __DIR__ instead.</description>
		<content:encoded><![CDATA[<p>If you are on php 5.3+, you can use __DIR__ instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corbin</title>
		<link>http://www.kavoir.com/2010/02/php-why-you-should-use-dirname__file__-include-php-instead-of-just-include-php.html/comment-page-1#comment-11123</link>
		<dc:creator>Corbin</dc:creator>
		<pubDate>Sat, 16 Oct 2010 22:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2010/02/php-why-you-should-use-dirname__file__-include-php-instead-of-just-include-php.html#comment-11123</guid>
		<description>Why not just do define(&#039;APP_DIR&#039;, dirname(__FILE__)); ? That why you don&#039;t have the overhead cause it is only called once but you can always move your app around</description>
		<content:encoded><![CDATA[<p>Why not just do define(&#8216;APP_DIR&#8217;, dirname(__FILE__)); ? That why you don&#8217;t have the overhead cause it is only called once but you can always move your app around</p>
]]></content:encoded>
	</item>
</channel>
</rss>

