<?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: Searching for files in the include_path</title>
	<atom:link href="http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/feed/" rel="self" type="application/rss+xml" />
	<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/</link>
	<description>Code is poetry</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:12:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: arnod'mental</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-579</link>
		<dc:creator>arnod'mental</dc:creator>
		<pubDate>Fri, 24 Apr 2009 08:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-579</guid>
		<description>Exactly what I was lookin for, thanks a lot.
IMHO cleaner and more powerful solution than silent includes : 
if (file_exists_incpath($file)) {
  include $file;
}
instead of
 @include $file;</description>
		<content:encoded><![CDATA[<p>Exactly what I was lookin for, thanks a lot.<br />
IMHO cleaner and more powerful solution than silent includes :<br />
if (file_exists_incpath($file)) {<br />
  include $file;<br />
}<br />
instead of<br />
 @include $file;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-577</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 23 Apr 2009 16:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-577</guid>
		<description>Useful function - thanks very much!</description>
		<content:encoded><![CDATA[<p>Useful function &#8211; thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-423</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 31 Jul 2005 22:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-423</guid>
		<description>this code works super!
thx @ u     *gg*</description>
		<content:encoded><![CDATA[<p>this code works super!<br />
thx @ u     *gg*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanks</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-370</link>
		<dc:creator>Thanks</dc:creator>
		<pubDate>Mon, 23 May 2005 18:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-370</guid>
		<description>Excellent code, thanks!</description>
		<content:encoded><![CDATA[<p>Excellent code, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-340</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 09 May 2005 16:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-340</guid>
		<description>didn&#039;t use the script but used the DIRECTORY_SEPARATOR, v.useful as i was being silly when building on a windows box then running on a Linix box. file_exists() was giving me a duff answer coz of the \ / thing. Thx :)</description>
		<content:encoded><![CDATA[<p>didn&#8217;t use the script but used the DIRECTORY_SEPARATOR, v.useful as i was being silly when building on a windows box then running on a Linix box. file_exists() was giving me a duff answer coz of the \ / thing. Thx <img src='http://aidanlister.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G.schapler</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-270</link>
		<dc:creator>G.schapler</dc:creator>
		<pubDate>Tue, 22 Mar 2005 22:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-270</guid>
		<description>Thx for usefull code! :-)</description>
		<content:encoded><![CDATA[<p>Thx for usefull code! <img src='http://aidanlister.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Miotti</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-213</link>
		<dc:creator>Marco Miotti</dc:creator>
		<pubDate>Fri, 11 Feb 2005 09:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-213</guid>
		<description>Very nice, but only works with php &gt;= 4.3.0, because of the get_include_path() function... Use ini_get(&#039;include_path&#039;) instead</description>
		<content:encoded><![CDATA[<p>Very nice, but only works with php &gt;= 4.3.0, because of the get_include_path() function&#8230; Use ini_get(&#8216;include_path&#8217;) instead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dasher</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-204</link>
		<dc:creator>Dasher</dc:creator>
		<pubDate>Fri, 04 Feb 2005 20:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-204</guid>
		<description>Very useful function - although I&#039;ve one suggestion.
Instead of returning true - return $fullpath.  This will evaluate to true - but also give the caller something to use.

Regards,
Dasher

[Editor&#039;s Note: Yes, good point. I&#039;ve made this change.]</description>
		<content:encoded><![CDATA[<p>Very useful function &#8211; although I&#8217;ve one suggestion.<br />
Instead of returning true &#8211; return $fullpath.  This will evaluate to true &#8211; but also give the caller something to use.</p>
<p>Regards,<br />
Dasher</p>
<p>[Editor's Note: Yes, good point. I've made this change.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abeycm</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-200</link>
		<dc:creator>Abeycm</dc:creator>
		<pubDate>Wed, 02 Feb 2005 03:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-200</guid>
		<description>Thanks for this function,</description>
		<content:encoded><![CDATA[<p>Thanks for this function,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://aidanlister.com/2004/04/searching-for-files-in-the-include_path/comment-page-1/#comment-172</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 15 Jan 2005 03:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=65#comment-172</guid>
		<description>nice code, very usefull</description>
		<content:encoded><![CDATA[<p>nice code, very usefull</p>
]]></content:encoded>
	</item>
</channel>
</rss>
