I’m currently working with Active Collab, which is built following the MVC programming architecture, meaning a lot of files including/requiring a lot of other files. The system is pretty big and i need to do some reverse engineering as i am looking for some specific functions.
Is there a way to see in logs or any other way to know which files include others files and in what order?
UPDATE
I did use get_included_files(), which answers my question, but i ended up with an array of over 100 filenames.
One way to find out what files are included is to use get_included_files()/get_required_files()
E.G:
would give you: