Views php pager

Categories

Component ID

1400146

Component name

Views php pager

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This small sandbox project allows to generate a pager in php.

There are certain use cases where you might have not that many results in the actual query like 50 but you can't remove items on the query level, but you still want a proper pager.

This module basically loads all items and reduces them according to the current page.