Does anyone know of a simple utility to create a list of files and class methods used

I’ve been creating a PHP driven website and would like to optimise and simplify the scripts to ensure there are no duplicate functions or class methods.

I was looking for a utility to enter the first file called followed by all included/required class filenames and the methods used.

I have thought of quite a few options but they all seem cumbersome and looking for a utility which is easy to use and modify… hopefully with a graphical or schematic output.

Phpstorm has all that built-in. If you are serious about programming, you cant find a better IDE than this one IMO.

1 Like

Programming is a hobby and although PhpStorm may be an ideal solution it is a bit pricey.

Hopefully another user can suggest something affordable.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.