benjw wrote:
How do I display/render the Paginator controls when I'm not using a view script/partial?There are no examples anywhere and I can't figure it out. Thanks,
You can use the output of $paginator->getPages() to access all the data you'd need to write your own pagination control without a view helper.
http://framework.zend.com/manual/en/zend.paginator.usage.html#zend.paginator.usage.rendering.properties Regards Shaun
