Examples

ItemsPerPage

Here you may test different items per page configuration to understand its behavior.

$params['items_per_page_init'] = false;  // no items per page
$params['items_per_page_init'] = '10,20,50,100';  // show options 10,20,50,100
$params['items_per_page_init'] = '$i*50';  // show options with the formula $i*50 i.e. 50,100,150,...

$params['items_per_page_all'] = false;  // no show all option
$params['items_per_page_all'] = 'Show all';  // show all option with the text 'Show all'
$params['items_per_page_all'] = '#TOTAL_ITEMS#';  // show all option with the total of items value

$params['items_per_page_url'] = 'alert(\'#ID# - #PAGE# - #ITEMS_PER_PAGE# - #TOTAL_ITEMS#\')';  // javascript code triggered with the onchange event of the select box

IMDb Top 250

Search...
RankRatingTitleVotes
19.1The Shawshank Redemption (1994)489048
29.1The Godfather (1972)392126
39.0The Godfather: Part II (1974)232161
48.9Il buono, il brutto, il cattivo. (1966)148969
58.9Pulp Fiction (1994)396749
68.8Schindler's List (1993)262551
78.812 Angry Men (1957)109861
88.8One Flew Over the Cuckoo's Nest (1975)202689
98.8Star Wars: Episode V - The Empire Strikes Back (1980)265556
108.8The Dark Knight (2008)436120
Total: 250Page: 1 of 25