You are here

public property views_plugin_query_default::$tables in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 plugins/views_plugin_query_default.inc \views_plugin_query_default::tables

Holds an array of tables and counts added so that we can create aliases.

File

plugins/views_plugin_query_default.inc, line 23
Definition of views_plugin_query_default.

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

public $tables = array();