ZF-4878: Allow scrolling style be an object
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');
Comments
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:29.000+0000
Changing issues in preparation for the 1.7.0 release.