talexb has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to use this tool against a mass of related PHP files in order to determine who calls what, which functions are in which modules, who includes what, and that type of information. The kind of stuff that is useful when trying to get a jump-start on understanding a web application.
If nothing exists, I may see what I can put together using Parse::RecDescent (I've been itching to find the right project for that module -- and the time).
--t. alex
but my friends call me T.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing a PHP web application
by ignatz (Vicar) on Aug 19, 2002 at 21:59 UTC | |
|
Re: Parsing a PHP web application
by talexb (Chancellor) on Aug 19, 2002 at 22:08 UTC | |
|
Re: Parsing a PHP web application
by andreychek (Parson) on Aug 20, 2002 at 22:57 UTC |