为php项目生成类图(codeigniter框架)
我正在使用Codeigniter开发一个系统,它已经接近完成,我没有先看类图,因为它很难决定,所以我立即进行编码,现在我想绘制类我的项目的图表。你们知道我可以用来为我的项目生成类图的工具吗?
I'm developing a system using Codeigniter, and it's nearly completion, i didn't went for class diagrams first because it was hard to decide, so i straight away did coding and now i want to draw class diagrams for my project. do you guys know about a tool that i can use for generating class diagrams for my project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你想手动绘制它们(即不希望逆向工程从你的 PHP 源代码生成 uml),那么 StarUML 可能有用(如果您使用的是 Windows,但由于您没有提到它,我假设您这样做了)。
顺便说一句,以下问题也可能有帮助:PHP UML Generator
If you want to draw them manually (ie. don't want reverse engineering to generate uml from your PHP source), then StarUML might be useful (if you're using Windows that is, but since you don't mention it I assume you do).
BTW The following question might be helpful too : PHP UML Generator
phUML 是我遇到过的最好的工具,并且只对我有用。您可以轻松地从现有代码生成类图。
导航到该文件夹并尝试以下命令在 Linux 上生成类图
更多信息
phUML is the best tool I have encountered and only worked for me. You can easily generate a class diagram from your existing code.
Navigate to the folder and try the below command to generate the class diagram on linux
More info