You are here

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

The default operator to use when connecting the WHERE groups. May be AND or OR.

File

includes/query.inc, line 44
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 $group_operator = 'AND';