Relationships--Letting-one-context-take-us-to-another.html 619 B

123456789101112131415161718
  1. <div id="node-15" class="node">
  2. <div class="content clear-block">
  3. <p>Often a single data type can lead us to other data types. For example, a node has a user (the author) and the user has data associated with it.</p>
  4. <p>A relationship plugin allows this kind of data to be accessed. </p>
  5. <p>An example relationship plugin is provided in plugins/relationships/relcontext_from_simplecontext.inc. It looks at a simplecontext (which we got from an argument) and builds an (artificial) "relcontext" from that.</p>
  6. </div>
  7. <div class="clear-block">
  8. <div class="meta">
  9. </div>
  10. </div>
  11. </div>