Carl Franks wrote:
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.

MyApp::Schema::Table->column_info( 'column' ) ?

-Brian

_______________________________________________
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