[Catalyst] RFC: DBIx::Class::HTMLWidget

Zbigniew Lukasiak zzbbyy at gmail.com
Fri Jan 27 23:58:38 CET 2006


Just one nitpick: when you use 'unless $result->param($col);' in
create_from_cgi, I think it would be better to use 'unless defined' so
that you could set the value to 0 or ''.

-- Zbyszek

On 1/27/06, Thomas Klausner <domm at cpan.org> wrote:
> Hi!
>
> Today I had some time, so I quickly hacked together DBIx::Class::HTMLWidget.
>
> Something like Class::DBI::FromForm / Class::DBI::FromCGI but using
> HTML::Widget for form creation and validation and DBIx::Class as a ORM.
>
> It's just code with some docs, ATM, and I'm not sure at all I'm on the
> right track. It seems to work for a simple setup, though.
>
> Any Feedback is welcome!
>
>
>
>
>
> --
> #!/usr/bin/perl                               http://domm.zsi.at
> for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
>
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>
>
>
>


More information about the Catalyst mailing list