Order results from Kohana ORM

xjlkmooeux

New Member
I'm using Kohana's ORM library, and I'm wondering if there is any way to order the results that are generated.Example:\[code\]$priorities = ORM::factory('priority')->select_list('id','label'); //how to order these?\[/code\]
 
Back
Top