property views_query::$table_queue in Views (for Drupal 7) 6.2
A list of tables in the order they should be added, keyed by alias.
File
- includes/
query.inc, line 15 - 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 $table_queue = array();