For many “on the rush” web development (CMS customisation or simple helping hand to a friend beggin “please help, I can’t remove this div on my wordpress page”) one common problem appears : what is the code behind the page where our problem lives.
Then my question is simple : is there any tool / method that can ease the searching of the scripts implied in a given page production on a php based webapp ?
Something that can build a call tree for a given page would be great !
xdebug provides a navigable callstack and much much more. On their documentation page there are a long list of wonderful things.