[Catalyst] Dumb question of a beginner
Tobias Kremer
list at funkreich.de
Mon Feb 11 10:19:41 GMT 2008
Quoting Alex Povolotsky <tarkhil at over.ru>:
> How do I add server-side sorting for list operation? I want to select *
> from table sort by field instead of default select * from table
I assume you're using DBIx::Class and I suggest you check out its introduction
to learn about its basic operation:
http://search.cpan.org/dist/DBIx-Class/lib/DBIx/Class/Manual/Intro.pod
Hint: The answer to your question is in there! :) For further questions
regarding DBIx::Class you should post to the DBIx::Class mailing list instead.
--Tobias
More information about the Catalyst
mailing list