[Catalyst] Form::Processor and DBIC

2007-12-06 Thread Gerda Shank
I see that Form::Processor works from CDBI. Is there some way to get it 
to work with DBIC?


G.Shank


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Form::Processor and DBIC

2007-12-06 Thread Bill Moseley
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
[EMAIL PROTECTED]


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/