[Catalyst] Sort - ORDER BY

Jules Bean jules at jellybean.co.uk
Tue Nov 8 17:26:07 CET 2005


Will Smith wrote:
> when I do the "retrieve_all" call, how can I use something like ORDER 
> BY column_name. I haven't seen this mentioned in Catalyst doc. Thanks 
> for all your help in the past and in the coming future.
> Regards

You won't find this in the Catalyst docs because it isn't part of 
catalyst. 'retrieve-all' is a Class::DBI method.

There are various CDBI extensions which give you more powerful queries. 
One is Class::DBI::Sweet, which you can find on CPAN.

Jules



More information about the Catalyst mailing list