read the parameters in controller, then in some kind of way send it to the model. Maybe, create a method within model which takes page as a param and makes all of the selects including limit.
Quote:
|
I have the same problem even within a Zend_View_Helper
|
the same: in controller:
PHP Code:
$this->view->page = $page
and then in view call the helper with $page parameter.