List_items order by problem

edited September 2012 in News & Announcements
Hello,

Although I have this in my module: function list_items($limit = NULL, $offset = NULL, $col = 'id', $order = 'desc') the items in the list view are ordered by ascending order. Why is that?

Comments

  • edited 10:51AM
    Try specifying the "default_order" and "default_col" parameters for you module in the MY_fuel_module.php
Sign In or Register to comment.