标签: php orm kohana
假设我有一些数据表。我想在Kohana 2.3中使用ORM运行查询。
ORM::factory('somemodel')->find_all(); // ordered by $sort
我想修改该查询以返回随机播放的结果。
答案 0 :(得分:1)
使用rand。
这是它的例子
http://docs.kohanaphp.com/libraries/database/builder#orderby