用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3634|回复: 3
收起左侧

[数据库] 帮我看一下,如何排序啊

[复制链接]
发表于 2009-3-8 10:10:46 | 显示全部楼层 |阅读模式
$this->db->where('type','exercise');
  $this->db->from('viandpr');
  $this->db->order_by("id","desc");
  $mycount = $this->db->count_all_results();
怎么实现不了按id倒序排列啊,请高手指教~
发表于 2009-3-8 22:28:58 | 显示全部楼层
count_all_results 是取记录总数,相当于 count,他只返回一个数字,这怎么排序??????????
发表于 2009-3-9 12:16:37 | 显示全部楼层
  .......
发表于 2009-3-28 10:00:46 | 显示全部楼层
愁人

本版积分规则