M('article')->field('id,title,content')->limit(10,3)->select();filed是要取的字段,limit是取的数据条数 10,3是从第10跳开始取3条数据