The params--including limit--come in the first time through a form
(GET). The results are paginated, so in the view, I have a set of
links, as usual, plus links which would pass a new limit param.
Because I'm telling Paginator to include the query string, I need to
adjust before having it create these limit links.

You say to use $this->passedArgs but I was under the impression that
the way to get the correct URL was:

$paginator->options(array('url' => $this->params['pass']));

So, I'm confused.

On Sat, Jan 10, 2009 at 3:54 PM, Miles J <[email protected]> wrote:
>
> Why arent your query strings named parameters?
>
> And then you put this in your view: $paginator->options(array('url' =>
> $this->passedArgs));
> >
>

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