Hi Dave,
it seems you have simply forgot to reference correctly the paginator
helper, you used:

  $paginator->prev()

instead of

 $this->paginator->prev()

/// Gianluca


On Aug 15, 2:59 am, "Dave Maharaj :: WidePixels.com"
<d...@widepixels.com> wrote:

[...]
> Now the search index shows up with thepaginationin place butwhen I click
> next I get Undefined variable: paginator [APP/views/jobs/search.ctp, line 8]
> Which is this line of code
> <div class="prev"><?php echo $paginator->prev(__('previous', true), array(),
> null, array('class'=>'disabled'));?></div>
>
> Where did I go wrong?
>
> Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to