Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18788 программистов и 1631 робот. Сейчас ищут 2149 программистов ...
Pager::build
Вернуться к: Pager
Pager::build
Pager::build() – Generate or refresh the links and paged data after a call to setOptions()
Synopsis
require_once 'Pager.php';
array Pager::build ( )
-
If you want to change an option after the Pager object has been constructed, after the call to setOptions() you have to generate or refresh the links and paged data with this method.
Вернуться к: Pager