Script to find dependencies
Posted: Thu Nov 17, 2005 12:35 pm
Hi everyone,
I'm new to this forum...so I hope I can explain myself well, without sounding like a total idiot..but:
I was just wondering if there was an existing script out there, that will go through a bunch of php files, and find dependencies?
Reason being, is I am creating a UML diagram, and I just need to find out what script is dependant on what function(s) or script(s), and what that function is dependant on and vice versa.
So for example, if scriptA is modified or removed, ScriptC will be affected, which will then affect ScriptX, and so on....
Any help would be appreciated..
thanks!
I'm new to this forum...so I hope I can explain myself well, without sounding like a total idiot..but:
I was just wondering if there was an existing script out there, that will go through a bunch of php files, and find dependencies?
Reason being, is I am creating a UML diagram, and I just need to find out what script is dependant on what function(s) or script(s), and what that function is dependant on and vice versa.
So for example, if scriptA is modified or removed, ScriptC will be affected, which will then affect ScriptX, and so on....
Any help would be appreciated..
thanks!