Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/05/2012, 10:31
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: duda con zend paginator

Algo así:

controller
Código PHP:
Ver original
  1. public function listAction()
  2. {
  3.     ...
  4.     $this->view->filters = array();
  5. }

view
Código PHP:
Ver original
  1. echo $this->paginationControl($this->paginator, 'Sliding', 'pagination-control.phtml', $this->filters);

pagination-control.phtml
Código PHP:
Ver original
  1. <?php $filters = $this->filters; ?>
  2. <?php if ($this->pageCount) : ?>
  3. ...
__________________
http://es.phptherightway.com/
thats us riders :)