I'm nearing the end of my internship this summer, and I've developed a tool for my mentors that involves primarily PHP, MySQL, JavaScript (jQuery). Does anyone have any templates or suggestions or links on creating an easy to read document showing the code structure of the program and the relationships between the files?
These guys are programmers, but have not had much experience in any of the languages above, so I'd like it to be relatively simple.
Edit:
Seems like some type of flowcharting is the way to go (which makes sense). Do you start with every class file on a page? Or do you start one by one, and figure out every detail and branch out, rearranging it as it gets more complicated.