$pager_total

Definition

developer/globals.php

Description

Array of the total number of pages per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().

Code

<?php
global $pager_total;
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.