ZF-4233: Add support for modules to PaginationControl
Description
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.
Comments
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.