[Catalyst] RFC: Catalyst::Plugin::AutoValidate
Matt S Trout
dbix-class at trout.me.uk
Thu Apr 10 19:53:10 BST 2008
On Wed, Apr 09, 2008 at 11:06:04AM +0200, Markus Holzer wrote:
> Hello fellows, please bear with me, as this is my first contribution to
> Catalyst.
>
> From the pod: This Plugin validates request parameters against a
> specification in a file that directly relates to the requests path (like
> the .fb files when using Formbuilder).
>
> I'm curiuos of your opinions.
Should be a controller base class.
Using a plugin for this is bad style - see for example Controller::FormBuilder
which replaces the old Plugin::FormBuilder
--
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
mailing list