| 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. |
| 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 |