changeset 3:e080164332bf tip

saving work
author Eris Caffee <discordia@eldalin.com>
date Fri, 14 Oct 2011 10:50:58 -0500
parents 2a9d07f0f275
children
files dump.php notes
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/dump.php	Fri Sep 30 00:12:23 2011 -0500
     1.2 +++ b/dump.php	Fri Oct 14 10:50:58 2011 -0500
     1.3 @@ -253,6 +253,17 @@
     1.4      }
     1.5  
     1.6  ////////////////////////////////////////////////////////////////////////////////
     1.7 +// File finder
     1.8 +////////////////////////////////////////////////////////////////////////////////
     1.9 +class Finder
    1.10 +    {
    1.11 +    private $filelist = array();;
    1.12 +    private $regexlist = array();
    1.13 +    private $topdir = '';
    1.14 +    private $maxdepth = PHP_INT_MAX;
    1.15 +    }
    1.16 +
    1.17 +////////////////////////////////////////////////////////////////////////////////
    1.18  // Miscellaneous functions 
    1.19  ////////////////////////////////////////////////////////////////////////////////
    1.20  function find_files(&$filelist, $regex, $dir='.', $maxdepth=PHP_INT_MAX) 
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/notes	Fri Oct 14 10:50:58 2011 -0500
     2.3 @@ -0,0 +1,4 @@
     2.4 +A class for the search
     2.5 +
     2.6 +A class for each script
     2.7 +Each scripts class registers itself with the search class
     2.8 \ No newline at end of file