views:

36

answers:

0

The problem seems trivial, but I can't find any resonable solution. I have list of countries with translations stored in Globalize3 translation tables. How can I fetch the list of countries sorted by name?

Country name isn't stored directly in the model, but in separate table. Is there any resonable way to sort the result other than manual sql query, or manualy sorting result table after AR query is complete?