head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.09.08.03.13.39;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.12.21.54.05;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 303859 on 2012-09-08 03:13:39Z by swills

- Update to 0.05

PR:		ports/170925
Approved by:	maintainer timeout (fernan@@iib.unsam.edu.ar, >2 weeks)
@
text
@%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Params/Nested/.packlist
%%SITE_PERL%%/Catalyst/Plugin/Params/Nested.pm
%%SITE_PERL%%/Catalyst/Plugin/Params/Nested/Expander.pm
@@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Params/Nested
@@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Params
@@dirrmtry %%SITE_PERL%%/Catalyst/Plugin
@@dirrmtry %%SITE_PERL%%/Catalyst
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Params/Nested
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Params
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
@


1.1
log
@Ruby on Rails has a nice feature to create nested parameters that help
with the organization of data in a form - parameters can be an
arbitrarily deep nested structure.

The way this structure is denoted is that when you construct a form the
field names have a special syntax which is parsed.

This plugin supports two syntaxes:

dot notation

        <input name="foo.bar.gorch" />

subscript notation

        <input name="foo[bar][gorch]" />

When reading query parameters from $c->req you can now access all the
items starting with "foo" as one entity using $c->req->param('foo');.
Each subitem, denoted by either the dot or the square brackets, will be
returned as a further deeper hashref.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested

PR:		ports/107785
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
@
text
@a3 1
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Catalyst/Plugin/Params/Nested
@

