createUrl() public method
Creates the URL suitable for pagination with the specified page number.
This method is mainly called by pagers when creating URLs used to perform pagination.
See also:
| public string createUrl ( $page, $pageSize = null, $absolute = false ) | ||
|---|---|---|
| $page | integer |
The zero-based page number that the URL should point to. |
| $pageSize | integer |
The number of items on each page. If not set, the value of $pageSize will be used. |
| $absolute | boolean |
Whether to create an absolute URL. Defaults to |
| return | string |
The created URL |
Please login to continue.