Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for v2.x #49

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img width="320" alt="lampager-cakephp" src="https://user-images.githubusercontent.com/1351893/31820647-42c45c7a-b5dd-11e7-9ac8-f1000e961662.png">
</p>
<p align="center">
<a href="https://github.com/lampager/lampager-cakephp/actions/workflows/ci.yml?query=branch:master"><img src="https://github.com/lampager/lampager-cakephp/actions/workflows/ci.yml/badge.svg?branch=master" alt="CI Workflow"></a>
<a href="https://coveralls.io/github/lampager/lampager-cakephp?branch=master"><img src="https://coveralls.io/repos/github/lampager/lampager-cakephp/badge.svg?branch=master" alt="Coverage Status"></a>
<a href="https://scrutinizer-ci.com/g/lampager/lampager-cakephp/?branch=master"><img src="https://scrutinizer-ci.com/g/lampager/lampager-cakephp/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality"></a>
<a href="https://github.com/lampager/lampager-cakephp/actions/workflows/ci.yml?query=branch:v2.x"><img src="https://github.com/lampager/lampager-cakephp/actions/workflows/ci.yml/badge.svg?branch=v2.x" alt="CI Workflow"></a>
<a href="https://coveralls.io/github/lampager/lampager-cakephp?branch=v2.x"><img src="https://coveralls.io/repos/github/lampager/lampager-cakephp/badge.svg?branch=v2.x" alt="Coverage Status"></a>
<a href="https://scrutinizer-ci.com/g/lampager/lampager-cakephp/?branch=v2.x"><img src="https://scrutinizer-ci.com/g/lampager/lampager-cakephp/badges/quality-score.png?b=v2.x" alt="Scrutinizer Code Quality"></a>
</p>

# Lampager for CakePHP
Expand All @@ -22,6 +22,7 @@ Rapid pagination without using OFFSET
- For CakePHP 2.x, use [lampager/lampager-cakephp2][].
- For CakePHP 3.x, use [lampager/lampager-cakephp v1.x][].
- For CakePHP 4.x, use lampager/lampager-cakephp v2.x (this version).
- For CakePHP 5.x, use [lampager/lampager-cakephp v3.x][].

## Installing

Expand Down Expand Up @@ -415,6 +416,7 @@ return [

[lampager/lampager]: https://github.com/lampager/lampager
[lampager/lampager-cakephp v1.x]: https://github.com/lampager/lampager-cakephp/tree/v1.x
[lampager/lampager-cakephp v3.x]: https://github.com/lampager/lampager-cakephp
[lampager/lampager-cakephp2]: https://github.com/lampager/lampager-cakephp2
[Pagination]: https://book.cakephp.org/4/en/controllers/pagination.html
[Working with Result Sets]: https://book.cakephp.org/4/en/orm/retrieving-data-and-resultsets.html#working-with-result-sets
Loading