On Mon, 2009-06-29 at 23:16 +0300, Dotan Cohen wrote: > > I'm wondering if there isn't something out there that crawls through > > your codebase and generates a map of (any of) the following: > > > > * What files are include in which scripts > > * The relationships between defined classes (eg A extends B) > > * What other classes are utilized by which classes (eg, instantiation) > > > > I've done some looking around but haven't really been able to find > > anything that does even some of this. I could write functionality > > that does this but didn't want to reinvent the wheel. > > > > I think that you're looking for Perl! > > -- > Dotan Cohen > > http://what-is-what.com > http://gibberish.co.il > Have you looked at PHPDoc? You'll have to comment your code fairly well and in a specific style (which is a boon in itself) but it will produce some fairly good documentation. Thanks Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php