Sorry, but I still don't understand why this work:

        <?php echo $paginator->last(' >>', array('url'=>"0"));

and produce this correct link: http://127.0.0.1/assysts/index/0/page:6

and this not:

        <?php echo $paginator->next(' >', array('url'=>"0"), null,
array('class'=>'disabled'));

and produce this crazy link: http://127.0.01/assysts/>



On Apr 15, 8:34 pm, Stu <[email protected]> wrote:
> the next and prev functions from paginator require an "Options" array
> as the second argument as you are currently giving it a boolean.  You
> might want to go check out the paginator helper line 189 and 201.
>
> Good luck,
>
> Stu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to