为 drupal 生成 UML 类图

发布于 2024-10-31 05:56:42 字数 78 浏览 0 评论 0原文

您好,我正在使用 Drupal 6 进行我的最后一年项目,我需要为我的网站创建类图,所以您能否指出用于此任务的有用工具。

谢谢

Hi I am using Drupal 6 for my final year project, I am required to create class diagrams for my website, so can you point to useful tools for this task.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

浮华 2024-11-07 05:56:42

Drupal 不是面向对象的,它不容易用类图来记录。所以我不希望有任何工具可以生成它们。然而,您可以使用任何 UML 工具来创建高级功能文档。

Drupal is not Object Oriented, it won't easily documented with classes diagrams. So I don't expect any tools to be available to generate them. You can hoewever use any UML tools to create high level functional documentation.

探春 2024-11-07 05:56:42

我正在专门研究drupal的编写插件的方式。我写了一篇关于此的博客并附有组件图。首先,我为菜单子系统准备了一个组件图,如下所示,

在此处输入图像描述

还有一个组件图对于博客模块,

博客模块组件图

最后,我没有拿出任何类图。但组件图有助于很好地理解内部工作原理。

更新

在drupal的新(8x)版本中,这里有关于类图的讨论

I was specifically studying the drupal way to write plugin. I wrote a blog on this accompanied by component diagrams. At first I prepared a component diagram for the menu subsystem as in the following,

enter image description here

Also there is a component diagram for the blog module,

blog module component diagram

Finally, I did not come up with any class diagram. But the component diagrams help to understand the internal working pretty well.

Update

In new(8x) edition of drupal there are talks for class diagrams here.

看轻我的陪伴 2024-11-07 05:56:42

Drupal 使用 doxygen 标准来记录代码。您可以使用 doxygen 生成 Drupal Core 的整个 API 以及在 Drupal 应用程序中安装的所有模块和主题。关于类图,您将能够生成如下所示的类图。下面的示例使用 graphviz 库,但您不需要它来生成这些图像。

在此处输入图像描述

Drupal uses the doxygen standard for documenting code. You can generate the entire API of Drupal Core and all modules and themes you've installed in you Drupal application using doxygen. With regards to class diagrams, you will be able to generate class diagrams such as the one shown below. The example below uses graphviz library but you don't need it to generate those images.

enter image description here

蓬勃野心 2024-11-07 05:56:42

您可以尝试使用逆向工程工具来获取 drupal 使用的数据库表的类图。应该足够好了。

You could just try to use a reverse engineering tool to get a class diagram of the database tables that drupal uses. Should be good enough.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文