zendframework / zend-paginator

Paginate collections of data from arbitrary sources.
BSD 3-Clause "New" or "Revised" License
36 stars 30 forks source link

Code refactor for new service manager of ZF3 #4

Closed ezimuel closed 8 years ago

ezimuel commented 8 years ago

This PR contains the code refactor using the new ServiceManager of ZF3 with the following develop branches:

I removed Zend\Paginator\Adapter\Callback because Zend\Stdlib\CallbackHandler doesn't exist anymore in develop branch of zend-stdlib.

weierophinney commented 8 years ago

@ezimuel I think we could alter the callback paginator to use PHP callables instead. Do you want me to do this via an additional PR, or do you want to handle it?

ezimuel commented 8 years ago

@weierophinney please do it, thanks!

ezimuel commented 8 years ago

Closing in favor of #8