|
Posted by robert on 09/28/38 11:45
i googled a bit but didn't find much. i'm wondering if there is a tool,
script, or built-in function that would allow me to specify a php script by
name, then have as output all of the files it requires or includes in a
recursive fashion...such that "a" requires "b", and "b" requires "c"...if i
specify "a", i'd like to see that it will consume/use "b" and "c".
make sense? we've got a mammoth project at work and it takes a lot of time
just making head/tails of what goes into a page. a tool like this would save
me time and make me less prone to miss something that i may inadvertantly
"step" on in the process of making changes.
if there isn't a built-in function, it could get tricky as some of our
includes are dynamically generated.
tia,
me
Navigation:
[Reply to this message]
|