mrherman Posted November 17, 2011 Share Posted November 17, 2011 I'm working with a downloaded open-source CMS on localhost, and trying to learn. Is there a tool that will list the files (php and otherwise) that are accessed (in order) as the CMS does various normal operations? I want to see the order and the repetition of files that are opened, even if it is something minor. Thanks. Link to comment https://forums.phpfreaks.com/topic/251291-tool-to-display-the-localhost-website-files-that-have-been-accessed/ Share on other sites More sharing options...
Zane Posted November 17, 2011 Share Posted November 17, 2011 Install the firebug add-on for firefox. Once it's installed, look in the Net tab. Does exactly what you described. Link to comment https://forums.phpfreaks.com/topic/251291-tool-to-display-the-localhost-website-files-that-have-been-accessed/#findComment-1288845 Share on other sites More sharing options...
mrherman Posted November 17, 2011 Author Share Posted November 17, 2011 Gah! I have it installed, but I didn't know it would do that! Thanks very much for pointing that out!! Link to comment https://forums.phpfreaks.com/topic/251291-tool-to-display-the-localhost-website-files-that-have-been-accessed/#findComment-1288847 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.