The MU forums have moved to WordPress.org

uml of wordpress MU??? (3 posts)

  1. russel@rocketpopmedia.com
    Member
    Posted 14 years ago #

    I'm really trying to wrap my head around MU. If anyone has a uml, that would be much appreciated..! Thanks in advance.

  2. andrea_r
    Moderator
    Posted 14 years ago #

    There isn't one.

    You may be able to find one of single WP though.

  3. kgraeme
    Member
    Posted 14 years ago #

    There will likely never be UML diagrams of WordPress because it's not an OO system. Some parts are OO-like, but overall it's whatever that particular code contributor made work. There's no map, just code.

    And IMO, the point of UML is that it's done in the architecting phase. A project like WordPress would be hard-pressed to have this since it's a fluid integration of independent developers contributing to the core.

    But if you would like an ER diagram, those are easy enough to generate and someone has done so for single WP:

    http://codex.wordpress.org/Database_Description

    If you would like to see this include MU stuff, I recommend downloading the WordPress 3.0 code from the svn trunk and figure out what's changed. The Codex is community maintained, just as the code is.

    Welcome to open source.

About this Topic

  • Started 14 years ago by russel@rocketpopmedia.com
  • Latest reply from kgraeme