try

    $paginator->options(
            array(
                    'url'=>array('controller'=>'Browse', 'action'=>''),
                    ));

or

    $paginator->options(
            array(
                    'url'=>'/browse/',
                    ));



On 23/04/2008, Kyle Decot <[EMAIL PROTECTED]> wrote:
>
>
> I am using the pagination but when I use the <?php echo $paginator-
> >next("Next"); ?> the link goes to example.com/browse/index/page:2/
> when what I would like is example.com/browse/page:2/ Is this possible?
> Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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