in reply to DBIx-compatible module to use for CGI CRUD/BREAD?

Looks like Formbuilder is the only mature and actively supported module from your pick of 3. If you don't run into major issues during prototyping, then i would choose Formbuilder on these merits. You also get good state handling, which is a bonus. Not sure how easy (or otherwise) it is to customize Formbuilder look/workflow.
the hardest line to type correctly is: stty erase ^H
  • Comment on Re: DBIx-compatible module to use for CGI CRUD/BREAD?

Replies are listed 'Best First'.
Re^2: DBIx-compatible module to use for CGI CRUD/BREAD?
by jfrm (Monk) on Sep 11, 2006 at 22:26 UTC
    Thanks, that's exactly the sort of evaluation I was hoping for. The only other contender that has turned up from a couple of people is CGI::Application with an appropriate plugin. I'm a bit vague about this.

    I had dismissed CGI::Application::Plugin::BREAD because it seemed to be based on CDBI instead of DBIC. Was this unwise?

    Or does anyone know of a suitable plugin?