You are here

property views_plugin_query_default::$relationships in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_query_default.inc \views_plugin_query_default::relationships

Holds an array of relationships, which are aliases of the primary table that represent different ways to join the same table in.

File

plugins/views_plugin_query_default.inc, line 27
views_plugin_query_default.inc Defines the default query object which builds SQL to execute using the Drupal database API.

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

var $relationships = array();