ZF-4430: Add info to describe passing parameters to the zend paginator partial
Description
The Zend_Paginator documentation should describe how to pass parameters to the PaginationControl partial via the view helper. It is currently not apparent that you can easily pass paramters to the partial.
A simple method signature such as :
paginationControl(Zend_Paginator $paginator, $paginationType, $paginationPartialScript, Array $partialParameters = array);
Would be sufficient.
Comments
No comments to display