Rhymix\Framework\Pagination
countPages() #
public static function countPages(
int $total_items,
int $items_per_page,
int $minimum = 1
): int
Calculate the number of pages.
createLinks() #
public static function createLinks(
string $base_url,
int $total_pages,
int $current_page = 1,
int $count = 10,
int $count_style = 1
): string
Create HTML for pagination.
개요
확장 기능 제작
테마 제작
클래스 및 함수 명세
- 라이믹스 프레임워크
- 프론트엔드 라이브러리
- 이벤트 목록
코어 개발 참여
기타 정보