We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fe740 commit ffde438Copy full SHA for ffde438
doc/limit_offset_resultset.md
@@ -112,16 +112,6 @@ Pages (retrieved with the `take` method) also have additional methods you can ca
112
- `map(callable $callback)`: will call the `$callback` on every bean of the page and return the matching array.
113
114
115
-Implements Porpiginas
116
----------------------
117
-
118
-If you are already familiar with [beberlei/porpaginas](https://github.com/beberlei/porpaginas), you probably noticed
119
-that TDBM result sets implement Porpaginas interfaces (the `Result` and `Page` concept comes from Porpaginas).
120
121
-This means that you can easily migrate to and from any ORM that uses Porpaginas for its results. You can also
122
-use any pagination library compatible with Porpaginas, like Pagerfanta.
123
124
125
Next step
126
---------
127
0 commit comments