views_plugin_query_default::$where
Same name in other branches
- 7.x-3.x plugins/views_plugin_query_default.inc \views_plugin_query_default::where
An array of sections of the WHERE query. Each section is in itself an array of pieces and a flag as to whether or not it should be AND or OR.
Type: where
File
-
plugins/
views_plugin_query_default.inc, line 34
Class
- views_plugin_query_default
- Object used to create a SELECT query.
Code
var $where = array();