<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 08 Jul 2008 22:38:55 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Antoine Ughetto's Blog: Easy way to find a file in subdirectory with php]]></title>
      <guid>http://www.phpdeveloper.org/news/9652</guid>
      <link>http://www.phpdeveloper.org/news/9652</link>
      <description><![CDATA[<p>
<i>Antoine Ughetto</i> has <a href="http://blog.makemepulse.com/2008/02/18/tips-easy-way-to-find-a-file-in-subdirectory-with-php/">posted an easy way</a> to find a file inside any series of subdirectories with PHP:
</p>
<blockquote>
I've made a previus post on SPL <a href="http://blog.makemepulse.com/2008/02/11/tips-recursivearrayiterator-on-mulitdimensional-array/">using RecursiveIterator to parse Array</a>. Today we will use this same RecursiveIterator with a DirectoryRecursiveIterator.
</blockquote>
<p>
The code is pretty simple and straight forward - a DirectorySearch class that takes in the directory name and recurses through the files and subdirectories to locate the file you're looking for. 
</p>]]></description>
      <pubDate>Mon, 18 Feb 2008 11:15:00 -0600</pubDate>
    </item>
  </channel>
</rss>
