I inherited a very dirty project. It has at least 3 versions.
Is there a utility that can track PHP code from the main index.php so that I can understand what is not being used and what is, or am I stuck in a manual cleanup?
thank
* Update *
I don’t think it was clear to me what I was looking for, or I don’t understand how the products mentioned work. I am looking for something that can be run in a folder (directory) and run a project, and give me an account of which files are actually referenced or used (in the case of images, CSS, etc.).
There are several thousand files in this project, and this is a very small project. I try to clear it, and when I do a “file search” in my IDE, I get 3 or 4 links and cannot easily determine which one is correct.
Hope this gets a little clearer.
source
share