/[drupal]/contributions/modules/views/handlers/views_handler_relationship.inc
ViewVC logotype

Diff of /contributions/modules/views/handlers/views_handler_relationship.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4.4.1, Mon Nov 2 22:01:25 2009 UTC revision 1.4.4.2, Mon Nov 9 22:49:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views_handler_relationship.inc,v 1.1.2.1 2009/06/26 00:23:37 merlinofchaos Exp $  // $Id: views_handler_relationship.inc,v 1.4.4.1 2009/11/02 22:01:25 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   * Views' relationship handlers.   * Views' relationship handlers.
# Line 23  Line 23 
23   * - base: The new base table this relationship will be adding. This does not   * - base: The new base table this relationship will be adding. This does not
24   *   have to be a declared base table, but if there are no tables that   *   have to be a declared base table, but if there are no tables that
25   *   utilize this base table, it won't be very effective.   *   utilize this base table, it won't be very effective.
26   * - base field: The field to use in the relationship; if left out this iwll be   * - base field: The field to use in the relationship; if left out this will be
27   *   assumed to be the primary field.   *   assumed to be the primary field.
28   * - relationship table: The actual table this relationship operates against.   * - relationship table: The actual table this relationship operates against.
29   *   This is analogous to using a 'table' override.   *   This is analogous to using a 'table' override.
30   * - relationship field: The actual field this relationsihp operates against.   * - relationship field: The actual field this relationship operates against.
31   *   This is analogous to using a 'real field' override.   *   This is analogous to using a 'real field' override.
32   * - label: The default label to provide for this relationship, which is   * - label: The default label to provide for this relationship, which is
33   *   shown in parentheses next to any field/sort/filter/argument that uses   *   shown in parentheses next to any field/sort/filter/argument that uses

Legend:
Removed from v.1.4.4.1  
changed lines
  Added in v.1.4.4.2

  ViewVC Help
Powered by ViewVC 1.1.2