useful for letting the user choose how many items per page should be displayed. If parameter useSessions is TRUE, this value is stored in a session var. The string isn't echoed right now so you can use it with template engines.
Tags:
return:
xhtml select box
access:
public
Parameters:
integer
$start
integer
$end
integer
$step
boolean
$showAllData
If true, perPage is set equal to totalItems.
array
$extraParams
(or string $optionText for BC reasons)
'optionText': text to show in each option.
Use '%d' where you want to see the number of pages selected.
'attributes': (html attributes) Tag attributes or
HTML attributes (id="foo" pairs), will be inserted in the
<select> tag