carlossg00 / Jobeet2Bundle

Jobeet for Symfony2
MIT License
51 stars 11 forks source link

No documentation on how to setup Zend_Pagination #4

Closed BlendedByChris closed 13 years ago

BlendedByChris commented 13 years ago

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 commented 13 years ago

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.