I’ve inherited a PHP application that has ‘versions’ of pages (viewacct.php, viewacct2.php, viewacct_rcw.php, etc). I want to discover which of these pages are called from other pages in the application and which are not. Is there a tool available that will help with that?
I’ve inherited a PHP application that has versions of pages (viewacct.php, viewacct2.php, viewacct_rcw.php, etc).
Share
Using whatever tools you would like (Find/Grep/Sed on Linux, I use Visual Studio on windows), it is just a matter of crawling your source tree for references of the filenames in each file.