views_plugin_query_default::$tables

Same name in other branches
  1. 6.x-3.x 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.

Type: tables

File

plugins/views_plugin_query_default.inc, line 23

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

public $tables = array();