public function page($counts,$mouldel,$value=NULL,$addtime=NULL){
import("ORG.Util.Page");
$Page=new Page($counts,5);
$show=$Page->show();
$list=$mouldel->where($value)->order($addtime)->limit($Page->firstRow.','.$Page->listRows)->select();
$data[0]=$list;
$data[1]=$show;
return $data;
} 