[Catalyst-dev] Re: Developing action_uri() for Catalyst 5.80

Aristotle Pagaltzis pagaltzis at gmx.de
Mon Jun 9 19:09:47 BST 2008


* Matt S Trout <dbix-class at trout.me.uk> [2008-06-09 17:20]:
> On Sun, Jun 08, 2008 at 09:17:59PM +0200, Aristotle Pagaltzis wrote:
> > * Matt S Trout <dbix-class at trout.me.uk> [2008-06-08 19:35]:
> > > The thing that I wonder about though is: Do we not want to
> > > provide some mechanism to say "the same captures as the
> > > current request -plus- this one" or "-less- this one" or
> > > "-except- with this different last one" or similar? (and
> > > same for args)
> > 
> > For query params all you need to do is load URI::QueryParam,
> > then the URI object you get back has methods like
> > `query_param_delete` and `query_param_append`. I rely on that
> > quite extensively for some parts of my app.
> 
> But I'm talking about captures and args, neither of which is a
> query param.

Oh! I thought that by args you meant query params, since I tend
to think of captures and args as the same thing, and you had
already mentioned captures.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst-dev mailing list