Вы здесь

Программный вывод пейджера в Drupal 7

$per_page = 10;
  $elements_count = 100;
 
  // Initialize the pager
  $current_page = pager_default_initialize($elements_count, $per_page);
 
  // Show the pager
  $output = theme('pager', array('quantity', $elements_count));
 
  return $output;

 

Тэги: 
Поделиться:

Оставить комментарий