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

Matt S Trout dbix-class at trout.me.uk
Mon Jun 9 16:17:26 BST 2008


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.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the Catalyst-dev mailing list