Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Rework the bySubstance method (in Report model) so that it can be used with paginator #17
Comments
stuchalk
added the
enhancement
label
Nov 30, 2015
stuchalk
self-assigned this
Nov 30, 2015
stuchalk
modified the milestone: Version 0.2, Future work
Nov 30, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stuchalk commentedNov 30, 2015
It would be nice to page the results being put on the page using the paginator helper in CakePHP. However, it will require a reworks of the current code. Currently it is implemented in the controller using offset and limit from mysql.