You are here

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

The table header to use for tablesort. This matters because tablesort needs to modify the query and needs the header.

File

includes/query.inc, line 60
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 $header = array();