I am working on complex php site that uses lots of rewrite rules, includes, requires, classes etc.
What would be the best strategy to print out all included files involved in each php page ?
I need to make some modifications on a page, and I have no idea what php scripts are involved since there are tons of php pages, functions, classes.
Mostly of pages are generated from database, so full text search on php files does not help me a lot.
Any tips / strategy about how to handle such a project ?