I was looking for a way to get column names from a ResultSet.
If I have a table with columns id, to, from, subject which is mapped
into Email then if I do
$c->model('Email')->{_source_handle}{schema}{source_registrations}{Reuniao}{_ordered_columns}
then I get [ qw/ id to from subject / ] indeed, but it would be nice to
have a simpler method to get there.
Silvio
_______________________________________________
List: [email protected]
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/