Map nested includes?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
puma10
Forum Newbie
Posts: 11
Joined: Thu Aug 18, 2011 2:18 pm

Map nested includes?

Post by puma10 »

I am in the process of working with a website framework that contains tons of include files nested within eachother. I was wondering if there is any sort of application that can create something like a sitemap to show how all the files are nested. Even better would be if you could somehow click on the output html and trace it to it's original source. Does anyone have any good resources? Thanks guys.
temidayo
Forum Contributor
Posts: 109
Joined: Fri May 23, 2008 6:17 am
Location: Nigeria

Re: Map nested includes?

Post by temidayo »

Take a look at this thread:
viewtopic.php?f=1&t=134640
Post Reply