Tell your options array in your view what params you want to pass.
This is a code fragment from my applications:

<?php $options = aa('update', 'paged_data_container', 'url', $this-
>params['pass']); ?>
<?php $paginator->options($options); ?>

HTH, Ian

On Nov 16, 3:13 pm, Charlie van de Kerkhof <[EMAIL PROTECTED]>
wrote:
> Hi,
> I know there is a lot about pagination on this group, but I can't
> find  what I'm looking for or understand what I found.
>
> Basically what I want is that I can pass custom parameters (named or
> passed) to the next, prev, sort and numbers links in my admin index
> actions.
>
> For 
> instance:http://localhost/admin/videos/index/page:1/sort:user_id/direction:asc
> Is the default sort link. but what I want 
> is:http://localhost/admin/videos/index/page:1/sort:user_id/direction:asc...
>
> The way I use it is that I submit a form with that artistid and title
> to index and  it must be handled by the pagination and give it to all
> the pagination links like the ones I mentioned above (next, prev, sort
> and numbers)
>
> Does anyone has a simple example?
>
> Big thanks in advance!
> - Charlie
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to