$count = $product_model->where($where)->count();ide
$Page = new Page($count,20);this
$show = $Page->show();spa
$list = $product_model->where($where)->order('id desc')->limit($Page->firstRow.','.$Page->listRows)->select();it
$this->assign('page',$show); class
$this->assign('list',$list);select