PHP-Pagination icon indicating copy to clipboard operation
PHP-Pagination copied to clipboard

added firstItem, lastItem and a unit test for pagination

Open jeff1985 opened this issue 8 years ago • 3 comments

this fixes issue #6

note: i used firstItem() and lastItem() which seems to describe the functionality very good. see laravel paginator as widely used reference implementation http://laravel.com/api/5.0/Illuminate/Contracts/Pagination/Paginator.html

jeff1985 avatar Oct 28 '15 14:10 jeff1985

Thanks for the pr. How do I make changes? Haven't needed to before, but there are some things I'll want to update.

onassar avatar Oct 28 '15 15:10 onassar

I suggest you accept the pull request and do the changes you like.

jeff1985 avatar Oct 28 '15 15:10 jeff1985

Gotcha thx

onassar avatar Oct 28 '15 15:10 onassar