PHPackages                             thedisco/li3\_pagination - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. thedisco/li3\_pagination

ActiveExtension[Utility &amp; Helpers](/categories/utility)

thedisco/li3\_pagination
========================

Pagination helper for the Lithium PHP framework

15PHP

Since Jun 27Pushed 14y ago1 watchersCompare

[ Source](https://github.com/theDisco/li3_pagination)[ Packagist](https://packagist.org/packages/thedisco/li3_pagination)[ RSS](/packages/thedisco-li3-pagination/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

li3\_paginate
=============

[](#li3_paginate)

li3\_pagination was designed to facilitate generating of pagination for Lithium Framework projects. So far helper can generate a pagination from a record set for the current context or from an arbitrary record count. You cannot provide custom arguments for the route generation. Helper cannot extract the query from the provided record set either. It is planed to extend the behavior of the helper to support custom route parameters.

Installation
------------

[](#installation)

Clone this repo into the `libraries` folder of your project.

```
cd /path/to/app/libraries
git clone https://github.com/theDisco/li3_pagination.git

```

Before you can use this helper, you need to tell lithium to load this extension. The best way to do it is to add it as a library in the bootstrap process:

```
