I am having problems getting pagination working correctly for me in
1.2.0.4206
I have $helpers = array('Paginator') in my controller.
I set the value for the view with $this->set('graphics',
$this->paginate());
In the view I have this to display the Prev and Next controls for the
user: <?php echo $this->prev().' '.$this->next(); ?>
It correctly displays the default page, and page 2 when the Next link
is clicked, but after you've clicked one link, the Next and Prev links
are messed up. They show up like this:
http://localhost/cake/admin/graphics/index/page:3page:3 which is
obviously not correct, and it always just shows the 1st page if a link
like that (with the page in there twice). Any way to fix this? Should I
grab a nightly build to see if it's fixed there? or what?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---