在 CodeIgniter 项目上运行 phpdoc 时,应包含哪些文件夹?
在我的第一次尝试中,我只包含系统/应用程序/模型、系统/应用程序/控制器、系统/应用程序/帮助程序和系统/应用程序/库。 我选择这些文件夹是因为我认为这些文件夹包含您想要正确记录以供将来参考的代码。 您认为还应该包含哪些其他文件夹?
On my first try, I've only included system/application/models, system/application/controllers, system/application/helpers, and system/application/libraries. I chose those folders because I think those folders contain the code that you want to be properly documented for future reference. What other folders do you think should be included?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于您自己的代码要彻底。 我建议使用以下文件夹,并在必要时进行注释:
To be thorough in terms of your own code. I would recommend the following folders and where necessary have annotated:
我想你已经涵盖了。 其余的可能已经记录在 CodeIgniter 的文档中。
如果您添加任何插件/库/任何需要位于这些文件夹之外的内容,请确保稍后也添加它们。
I think you got it covered. The rest is probably documented in CodeIgniter's documentation already.
If you add any plugin/library/whatever that requires to be outside of these folders, make sure you add them later as well.