view::$result
Same name in other branches
- 6.x-3.x includes/view.inc \view::result
Where the results of a query will go.
The array must use a numeric index starting at 0.
Type: array
File
-
includes/
view.inc, line 135
Class
- view
- An object to contain all of the data to generate a view.
Code
public $result = array();