View Single Post
  #4 (permalink)  
Old 06-04-2008, 06:27 PM
kuba kuba is offline
Junior Member
 
Join Date: Mar 2008
Posts: 26
Default

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.
Reply With Quote