mongodb, mongoid, will_paginate and sorting will_paginate排序用法_Ruby_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > Ruby > mongodb, mongoid, will_paginate and sorting will_paginate排序用法

mongodb, mongoid, will_paginate and sorting will_paginate排序用法

 2010/12/11 11:30:14  kevin_hgy  http://kevin-hgy.javaeye.com  我要评论(0)
  • 摘要:mongoid下的分页插件will_paginate排序用法@post=Post.paginate(:page=>page,:per_page=>size,:sort=>[['title',:desc],['_id',:asc]])用sort代替order,order_by来自大信息网http://daxinxi.com
  • 标签:用法 mongoid MongoDB

mongoid 下的分页插件 will_paginate排序用法

?

@post = Post.paginate(:page => page, :per_page => size, :sort => [['title', :desc], ['_id', :asc]])

?

用sort代替 order , order_by

?

?

来自 大信息网 http://daxinxi.com

发表评论
用户名: 匿名