Viewing version 11
created 11 months ago
by geoffrey.
Pagination Component
Soon there’ll be more doc in here, for now you can read stuff at my blog
Theory of operation
Requirements
You will need some components from the Riskle namespace in order to be able to use this pagination component. Luckily, every needed file is included into the distribution archive. For information, the archive tree looks like this:
.
|-- LICENCE
`-- library
`-- Riskle
|-- Db
| |-- Table
| | |-- Abstract.php
| | |-- Exception.php
| | |-- Paginate
| | | `-- Exception.php
| | |-- Paginate.php
| | `-- Rowset
| | `-- Paginate.php
| `-- Table.php
|-- Pattern
| |-- Proxy
| | `-- Exception.php
| `-- Proxy.php
`-- View
`-- Helper
`-- Paginate.php
See also:
Usage
Download
You can always find the latest version of the paginate component on the files area of this space