On 17/05/07, Zbigniew Lukasiak <[EMAIL PROTECTED]> wrote:

Is there any reason to split the ResoultSet name to schema and table?
Why not use

constraints_from_dbic: [ 'MyApp::Schema::Table' ]

I've been getting the column info via:
MyApp::Schema->resultset('Table')->result_source->column_info;

I may be missing something, but I can't see any way of getting it
starting with 'MyApp::Schema::Table'.

MyApp::Schema::Table->result_source; gives a fatal error.
MyApp::Schema::Table->new; doesn't instantiate the result source or column info.

Any pointers welcome.
Carl

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to