[Catalyst] FormValidator usage / enhancements

Phil Mitchell phil at 2people.org
Wed Dec 7 17:38:57 CET 2005


On 12/7/05, Carl Franks <fireartist at gmail.com> wrote:
> On 07/12/05, Will Hawes <info at whawes.co.uk> wrote:
> >
> > Modifying c->req->params sounds like a recipe for disaster. If and when
> > it causes anything to break it will make debugging much harder.
>
> I think I'm just going to have to go with my method for now, and see
> if anything breaks - that is unless I hear from someone that knows the
> Catalyst code-base and says 'dont'!

I'd also suggest don't modify $c->req->params. Define your own
$c->clean_params() -- I wouldn't use a plugin that messed with my raw
data.
>


--
==========================
2People Blog: http://2-people.blogspot.com/
2People site: http://www.2people.org



More information about the Catalyst mailing list