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. Quote 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. Quote 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!! Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.