클래스·함수 명세

Pagination

Zittme\Framework\Pagination 클래스의 공개 메서드 목록입니다. 이 문서는 Zittme 코어 소스에서 자동 생성되었습니다.

소스: common/framework/Pagination.php

공개 메서드

  • static function countPages(int $total_items, int $items_per_page, int $minimum = 1)
  • Calculate the number of pages.
  • static function createLinks(string $base_url, int $total_pages, int $current_page = 1, int $count = 10, int $count_style = self::COUNT_STYLE_NORMAL)
  • Create HTML for pagination.