Skip to content
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

No documentation on how to setup Zend_Pagination #4

Closed
BlendedByChris opened this issue May 31, 2011 · 1 comment
Closed

No documentation on how to setup Zend_Pagination #4

BlendedByChris opened this issue May 31, 2011 · 1 comment

Comments

@BlendedByChris
Copy link

Hey Carlos,

I'm getting:

Fatal error: Interface 'Zend\Paginator\Adapter' not found

I'm taking another swing at getting the pagination for this to work. Unfortunately the knplabs paginator info is limited. Can you provide some info on how to install the Zend package in a way that it works? I've extracted in in vendor/zend and added it to registerPrefixes. 'Zend_' => DIR.'/../vendor/zf2/library',

Thanks.

@carlossg00
Copy link
Owner

Hi WebPragmatism

Right now, I have not the code, so I can give you a definetly solution, but try to remove the underscore in Zend_:
Try to register:
'Knplabs' => DIR.'/../vendor/bundles',
'Zend' => DIR.'/../vendor/Zend/library',

If that still doesn't work, let me know and I'll give you a better answer this afternoon.

Thanks for your interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants