I am building a web app for learning purposes using HTML, PHP, jQuery and MySQL. As my app is getting bigger and is having more and more interactions, I am starting to get confused and messy. Thus, I would like to know what are the best practices to document a web app: methodologies, software, etc.
Share
Use strict PHPDoc blocks in all your classes and methods, and then use Reflection to create documentation on the fly.