History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-4878
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Matthew Ratzloff
Reporter: Matthew Ratzloff
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Allow scrolling style be an object

Created: 08/Nov/08 07:25 AM   Updated: 13/Nov/08 02:10 PM
Component/s: Zend_Paginator
Affects Version/s: 1.6.2
Fix Version/s: 1.7.0

Time Tracking:
Not Specified

Tags:
Participants: Matthew Ratzloff and Wil Sinclair


 Description  « Hide
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');


 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Wil Sinclair - 13/Nov/08 02:10 PM
Changing issues in preparation for the 1.7.0 release.