forked from phacility/xhprof
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add pagination to all pages that show past N request #8
Comments
Pagination in MySQL is very straightforward with the LIMIT syntax, but for MSSQL, things get a bit more complicated. I've written some functions that work to mimic the limit syntax for MSSQL. They are part of a larger class and a bit on the old side, so they might need some tweaking, but here's the quick copy and paste:
|
dshafik
pushed a commit
to dshafik/xhprof
that referenced
this issue
Oct 23, 2013
add composer.json (see getcomposer.org / packagist.org)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have pagination so you are able to browse backward in time. Alternatively, it would be great to be able to specify a date range a la Google Analytics.
The text was updated successfully, but these errors were encountered: