Overview

Packages

  • Onion::Controllers
  • Onion::Core
  • Onion::UI
  • Onion::Utils

Classes

  • Form
  • Grid
  • Html
  • IconsGrid
  • Paginator
  • Template
  • Widget
  • Overview
  • Package
  • Class
  • Tree

Class Paginator

Onion Framework - Stránkovač

Copyright (c) 2011 Jano Gašpar (http://webstranky.net)

Package: Onion::UI
Copyright: Copyright (c) 2011 Jano Gašpar
Author: Jano Gašpar
Located at UI/Paginator.php
Methods summary
public
# __construct( $app, $current_page, $total_items, $items_on_page )
public
# __tostring( )
public
# render( $full_paginator = FALSE )
private
# normal_Paginator( )
private
# full_paginator( )
private
# link( $page )
Properties summary
private $app
#
public integer $current_page 1
#
public $pages
#
public array $limit array()
#
public integer $links 9
#
public integer $side_links 3
#
public string $separator ' '
#
public string $groups_separator ' … '
#
public $uri_parameter_name NULL
#
public boolean $add_current_uri_parameters TRUE
#
public array $add_uri_parameters array()
#
public $anchor
#
public $route_name NULL
#
public boolean $full_paginator FALSE
#
Onion API documentation generated by ApiGen.
Generated using the TokenReflection library.