function views_plugin_pager::post_execute in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 7.3 plugins/views_plugin_pager.inc \views_plugin_pager::post_execute()
Perform any needed actions just after the query executing.
1 method overrides views_plugin_pager::post_execute()
- views_plugin_pager_none::post_execute in plugins/
views_plugin_pager_none.inc - Perform any needed actions just after the query executing.
File
- plugins/
views_plugin_pager.inc, line 173
Class
- views_plugin_pager
- The base plugin to handle pager.
Code
function post_execute(&$result) {
}