Changes between Initial Version and Version 1 of Ticket #14513, comment 70
- Timestamp:
- 03/12/2011 02:20:56 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14513, comment 70
initial v1 6 6 many google links e.g. how they moved from the old model to the party model: http://download.oracle.com/docs/cd/B40099_02/books/ConfigApps/ConfigApps_TablesColumns15.html#wp1072693 7 7 8 So in comparison: S_PARTY holds the [ {the various {taxonomies, objects}}, users, capabilities, etc...] and each links to an extension table. Comparable to the POD model (i think i dont know it). This seems logical whether you call them PARTY or WP_THINGS. 9 10 S_PARTY_REL holds all the defined relations between party's such as custom taxonomy 1 and custom taxonomy 2 (comparable to Mike's wp_relationships). 11 12 S_PARTY_PER hold the relations where extra access control is needed e.g. between users and capabilities. 8 13 9 14 15 16 17 18 19 20