You are here

function views_plugin_pager_none::post_execute in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_pager_none.inc \views_plugin_pager_none::post_execute()

Perform any needed actions just after the query executing.

Overrides views_plugin_pager::post_execute

File

plugins/views_plugin_pager_none.inc, line 59

Class

views_plugin_pager_none
Plugin for views without pagers.

Code

function post_execute($result) {
  $this->total_items = count($result);
}