Issue Type: Improvement Created: 2008-09-09T13:29:43.000+0000 Last Updated: 2010-03-19T04:48:30.000+0000 Status: Resolved Fix version(s): - 1.6.2 (13/Oct/08)
Reporter: Matthew Ratzloff (mratzloff) Assignee: Matthew Ratzloff (mratzloff) Tags: - Zend_Paginator
Related issues: Attachments:
PaginationControl does not currently support modules, although Zend_View_Helper_Partial does. Change the method call to support this by making the $partial parameter accept either a string or an array composed of a module and a partial.
Posted by Edouard Simon (edouard) on 2010-03-19T04:48:30.000+0000
The Documentation should be updated accordingly. Currently the API doc states that the view partial has to be a string.