[Dbix-class] Controlling column order

Brandon Black blblack at gmail.com
Wed Jan 11 20:16:12 CET 2006


On 1/11/06, Will Hawes <info at whawes.co.uk> wrote:
> Is it possible to control the order in which columns are returned from a
> DBIx::Class object?
>

You mean from DBIx::Class::Table->columns?  Perhaps this should be an
optional column_info attribute (sort_order?) that ->columns looks at.

-- Brandon



More information about the Dbix-class mailing list