You are here

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

An array of sections of the HAVING query. Each section is in itself an array of pieces and a flag as to whether or not it should be AND or OR.

File

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