[Catalyst] Form::Processor and DBIC

Bill Moseley moseley at hank.org
Thu Dec 6 16:55:03 GMT 2007


On Thu, Dec 06, 2007 at 11:13:24AM -0500, Gerda Shank wrote:
> I see that Form::Processor works from CDBI. Is there some way to get it 
> to work with DBIC?

Someone familiar with DBIC would need to implement the methods that
are implemented in Form::Processor::Model::CDBI.

http://search.cpan.org/~hank/Form-Processor-0.15/lib/Form/Processor/Model.pm
http://search.cpan.org/~hank/Form-Processor-Model-CDBI-0.06/lib/Form/Processor/Model/CDBI.pm

Which is fetching an item, looking at meta data to determine
relationships (namely for one-to-many select lists and many-to-many
multiple selects).  And how to write the form fields to the database.

-- 
Bill Moseley
moseley at hank.org




More information about the Catalyst mailing list