Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 HTML、PHP、jQuery 和 MySQL 构建一个用于学习目的的 Web 应用程序。随着我的应用程序变得越来越大并且有越来越多的交互,我开始感到困惑和混乱。因此,我想知道记录 Web 应用程序的最佳实践是什么:方法、软件等。
在所有类和方法中使用严格的 PHPDoc 块,然后使用反射动态创建文档。