Zend_paginator doesn't change perPage value, when there're some GET parameters
问题 It works perfectly, when I am on first page of the results - I can display the number of results I need. But when I'm on another page, the number of results cannot be changed. Why is that? And when I'm for example on 3 page, and I'm displaying 12 per page and I try to change it to 60, on the end of link I have: perPage/12/submitPagin/Zastosuj/page/3?perPage=60&submitPagin=Zastosuj Any ideas, anyone? :) public listAction(){ (...) $params = $this->_parseSearchParams( $this->getRequest()-