Koowa_Template
[ class tree: Koowa_Template ] [ index: Koowa_Template ] [ all elements ]

Class: KTemplateHelperPaginator

Source Location: /libraries/koowa/template/helper/paginator.php

Class Overview

KObject
   |
   --KTemplateHelperAbstract
      |
      --KTemplateHelperSelect
         |
         --KTemplateHelperPaginator

Template Paginator Helper


Author(s):

Methods


Child classes:

Default Paginator Helper

Inherited Variables

Inherited Methods

Class: KTemplateHelperSelect

KTemplateHelperSelect::booleanlist()
Generates an HTML boolean radio list
KTemplateHelperSelect::checklist()
Generates an HTML check list
KTemplateHelperSelect::option()
Generates an HTML select option
KTemplateHelperSelect::optionlist()
Generates an HTML select list
KTemplateHelperSelect::radiolist()
Generates an HTML radio list

Class: KTemplateHelperAbstract

KTemplateHelperAbstract::__construct()
Constructor
KTemplateHelperAbstract::getTemplate()
Get the template object

Class: KObject

KObject::__construct()
Constructor
KObject::get()
Get the object properties
KObject::getHandle()
Get a handle for this object
KObject::getIdentifier()
Gets the service identifier.
KObject::getMethods()
Get a list of all the available methods
KObject::getService()
Get an instance of a class based on a class identifier only creating it if it does not exist yet.
KObject::inherits()
Checks if the object or one of it's mixin's inherits from a class.
KObject::mixin()
Mixin an object
KObject::set()
Set the object properties
KObject::_initialize()
Initializes the options for the object
KObject::__call()
Search the mixin method map and call the method or trigger an error
KObject::__clone()
Preform a deep clone of the object.

Class Details

[line 18]
Template Paginator Helper



Tags:

author:  Johan Janssens <johan@nooku.org>


[ Top ]


Class Methods


method limit [line 62]

string limit( [array $config = array()])

Render a select box with limit values



Tags:

return:  Html select box
access:  public


Overridden in child classes as:

Render a select box with limit values

Parameters:

array   $config   An optional array with configuration options

[ Top ]

method link [line 126]

string link( object The $config, string 1)

Render a page link



Tags:

return:  Html
access:  public


Parameters:

string   1   The link title
object The   $config   page data

[ Top ]

method pages [line 92]

string pages( [array $config = array()])

Render a list of pages links



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]

method pagination [line 27]

string pagination( [array $config = array()])

Render item pagination



Tags:

return:  Html
see:  http://developer.yahoo.com/ypatterns/navigation/pagination/
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]


Documentation generated on Sun, 19 May 2013 03:05:09 +0200 by phpDocumentor 1.4.3