Viewing version 10 created about 1 year 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: More info about Riskle_Db_Table
Usage
Download
You can always find the latest version of the paginate component on the files area of this space