[Catalyst] Hats off and some Clarifications.

Nathaniel Nuss ogmoid at gmail.com
Sat Apr 21 07:30:22 GMT 2007


On Thu, Apr 19, 2007 at 01:58:08AM +1000, Kieren Diment wrote:
> On 19/04/07, Dister Kemp <dister.kemp at gmail.com> wrote:
> >
> >
> >claims that it does automatic generation of HTML forms and other
> >Database scripts. (to an extent). They call it scaffolding.
> >
> >Is this possible with Catalyst? If so to what extent and how?
> 
> [...], Catalyst::Controller::FormBuilder is highly rated by many
> at the moment.

I see that FormBuilder (and C:C:FB) primarily ease the creation, (request)
maintanence and validation of forms.

Unless I've missed something C:C:FB won't do automatic form generation. By
that I mean you are not able to provide a database table and have a form
automatically generated from it or expect a submission from the user to be
automagically sent to the database. You have to make that glue yourself.

-- 
Nate Nuss



More information about the Catalyst mailing list