生成代码的 PHP 类图
我正在寻找具有以下功能的应用程序:
- 创建类图
- 生成您刚刚绘制的结构的代码
PHP 中的类结构。
提前非常感谢,如果我的写作不是那么好,我很抱歉英语不是我的语言。
Im looking for an application with the following funcionalities:
- Creates class diagrams
- Generates code of the structure that you just diagram
The class structure in PHP.
Thanks alot in advance, i'm sorry if my writing isn't that great english is not my language.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
ArgoUML 是一个免费的 UML 建模器,支持 PHP5 代码生成。
ArgoUML is a free UML modeler and supports PHP5 code generation.
Enterprise Architect 的费用为每 12 个月 135.00 美元 + 45.00 美元(美元),
我认为他们提供 12 个月的免费试用。
它支持 C++、Java、VB.NET、C#、PHP、Delphi 和 Visual Basic 代码生成
Enterprise Architect costs $135.00 + $45.00 per each 12 months (USD)
I think they offer a free 12 month trial.
It supports C++, Java, VB.NET, C#, PHP, Delphi and Visual Basic code generation
我最喜欢的工具之一是 PHPStorm。 它不是免费的,但值得。
https://www.jetbrains.com/phpstorm/webhelp/working-with -diagrams.html
这些人还有两个应用程序可以做到这一点,它们不是免费的,但似乎它们可以满足您的要求:
http://www.athtek.com/download.html#programming
这是一个与 ArgoUML 相关的开放项目:
http://www.ohloh.net/p/codetodiagram
One of my favorite tools is PHPStorm. It is not free but it worth.
https://www.jetbrains.com/phpstorm/webhelp/working-with-diagrams.html
These people have also two applications for do that, they are not free but it seems they do what you want:
http://www.athtek.com/download.html#programming
This is an Open Project related to ArgoUML:
http://www.ohloh.net/p/codetodiagram