You are here

property views_query::$tables in Views (for Drupal 7) 6.2

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

File

includes/query.inc, line 20
query.inc Defines the query object which is the underlying layer in a View.

Class

views_query
Object used to create a SELECT query.

Code

var $tables = array();