在哪里可以找到 CMS UML 示例?
很多人说自己开发CMS没有用吗?我推断“计算机科学”在开发CMS方面有足够的经验。但我找不到 CMS 的 UML 示例。开源 CMS 或其他什么,我需要“灵感”。
如果您有链接,请随时发布。
There are plenty of people saying that is it useless to develop your own CMS. I deduce that 'computer science' has enough experience in developing CMS. But I can not find an example of the UML of a CMS. An open source CMS or whatever, I need 'inspiration'.
If you have a link, feel free to post it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕您能找到的最好的就是现有 CMS(例如 wordpress 或 drupal)的数据库架构。您可以将此架构视为 UML 类图(某些 CMS 不使用外键,在这些情况下,您需要补充架构信息以推断类之间的关联)。
您还可以尝试逆向工程工具并将其应用到您想要从中获取一些图表的 CMS。
I'm afraid the best you'll find is the database schema for existing CMSs like wordpress or drupal. You could see this schema as a UML class diagram (some CMSs don't use foreign keys, in those cases, you'll need to complement the schema info to deduce the associations between classes).
You could also try a reverse engineering tool and apply it to the CMS you want to get some diagrams out of it.