You are here

property view::$pager in Views (for Drupal 7) 6.2

File

includes/view.inc, line 35
view.inc Provides the view object type and associated methods.

Class

view
An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output.

Code

var $pager = array(
  'use_pager' => FALSE,
  'items_per_page' => 10,
  'element' => 0,
  'offset' => 0,
  'current_page' => 0,
);