Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
Fix Version/s: 1.7.0
-
Component/s: Zend_Paginator
-
Labels:None
Description
This functionality will let users set properties on future scrolling styles that have more complex requirements.
// View code $example = new My_Paginator_ScrollingStyle_Example(); $example->setSomeProperty(3) ->setAnotherProperty(true); print $this->paginationControl($this->paginator, $example, 'pagination_control.phtml');
Changing issues in preparation for the 1.7.0 release.