Overview
Helper to build a list of pager links.
Configuration Keys
list_type
: The type of list to use; default is 'ul'. Only 'ul' and 'ol' are honored.div_id
: The CSS ID for the <div> wrapping the list. Default empty.div_class
: The CSS class for the <div> wrapping the list. Default is 'pager'.prev
: The locale key for the "previous" link text. Default is 'PAGER_PREV'.next
: The locale key for the "next" link text. Default is 'PAGER_NEXT'.prev_class
: The CSS class for the previous-page <a> tag. Default is 'prev'.curr_class
: The CSS class for the current-page <a> tag. Default is 'curr'.next_class
: The CSS class for the next-page <a> tag. Default is 'next'.style_href
: An HREF to the pager stylesheet to load. Default is 'Solar/View/Helper/Pager/style.css'.
Constants
None.
Public Properties
The Solar_View_Helper_Pager class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_View_Helper_Pager class.
You can also view the list of all public, protected, and private methods.
-
__construct()
-
Constructor.
-
__destruct()
-
Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
-
dump()
-
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
-
locale()
-
Looks up class-specific locale strings based on a key.
-
pager()
-
Returns a list of pager links.