Zend Framework

Allow scrolling style be an object

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor 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');

Activity

Hide
Wil Sinclair added a comment -

Changing issues in preparation for the 1.7.0 release.

Show
Wil Sinclair added a comment - Changing issues in preparation for the 1.7.0 release.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: