cryptoboss Posted July 3, 2012 Share Posted July 3, 2012 Hi everybody, this is my first post in this forum and im glade to be here so my problem is about a web based internal bussines management software written in PHP and JS, the application do its job like it should and work like a charm. my aim is that I want to understand how it does work exactly but when I open the www folder I dont know really from where I shoold begin. I'v asked the gay who coded the application but he says that he wont help me without getting payed generously. So i tried to go ahead and firstly I'v detected some redondant files but the task seems so laborious especially because of the insignificant names of files and functions in the code lines. so my question is there a script or a methode to generate automatically a sitmap or some kind of flowchart to understand for example which file inculde the other, wich function used by the other files etc... sorry for my bad english and thanks so much. Link to comment https://forums.phpfreaks.com/topic/265148-gnerating-sitmap-of-a-messy-website/ Share on other sites More sharing options...
scootstah Posted July 3, 2012 Share Posted July 3, 2012 I don't know of any. You can use debugging tools to create stack traces and such, but I don't know if that will be any help or not. Unfortunately in these situations where there is no obvious application structure, you just have to take the time to work through the code and find out what it does. It is a pretty arduous task. Link to comment https://forums.phpfreaks.com/topic/265148-gnerating-sitmap-of-a-messy-website/#findComment-1358800 Share on other sites More sharing options...
xylex Posted July 4, 2012 Share Posted July 4, 2012 Inclued is a good one to use for getting started in a project like that. Beyond that, it's just digging in with the IDE of your choice. Link to comment https://forums.phpfreaks.com/topic/265148-gnerating-sitmap-of-a-messy-website/#findComment-1359061 Share on other sites More sharing options...
JonnoTheDev Posted July 9, 2012 Share Posted July 9, 2012 I'v asked the gay who coded the application but he says that he wont help me without getting payed generously. Link to comment https://forums.phpfreaks.com/topic/265148-gnerating-sitmap-of-a-messy-website/#findComment-1360264 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.