【分页数量】Webmeng 分类 现实数量定义

分类 现实数量定义


public function category($catid)

{
$catid = str_replace("template/category/","",$catid);
$catid=(int) $catid;

$search='';
if(!empty($catid)){
$sortpath=$this->db->fetch_one("select sort_path from ".WEBMENG_CONMENG."category_templates_web where cat_id='".$catid."' ");
$search.=" and catid in(select cat_id from ".WEBMENG_CONMENG."category_templates_web where sort_path like '".$sortpath."%' ) ";
}

//$sql = "select *,thumb as img,inputtime as addtime from ".WEBMENG_CONMENG."templates_web where status>0 order by inputtime desc ".$search;
$sql = "select *,thumb as img,inputtime as addtime from ".WEBMENG_CONMENG."templates_web where status>0  ".$search;

$all_goods = page_for_db_extend($sql,'',18);  //查询带分页的每一页显示18条记录
// $all_goods = page_for_db_extend($sql);  //查询带分页的
$data = array(
'info_reslut' => $all_goods['data'],
'showpage'    => $all_goods['page'],
'template_count' => $all_news['total'],
//'category_web'   => $template_list
'templates_web'   => $this->category_templates_web()
);
$this->display('cn/template/category.html',$data);
}



public function category_templates_web()
{
$goods_list  = $this->db->fetch("select cat_name as sortname,cat_id as id,parent_id from ".WEBMENG_CONMENG."category_templates_web  ");
$templates_web = array();
$parent = array();
if(!empty($goods_list)){
foreach ($goods_list as  $v) {
if($v['parent_id']==0){
$templates_web[] = $v;
}
$parent[$v['parent_id']][]=$v;
}
foreach ($templates_web as $k => $v) {
$templates_web[$k]['child'] = isset($parent[$v['id']])?$parent[$v['id']]:array();
if(!empty($templates_web[$k]['child'])){
foreach ($templates_web[$k]['child'] as $key => $value) {
$templates_web[$k]['child'][$key]['child'] = isset($parent[$value['id']])?$parent[$value['id']]:array();
}
}
}
}
return $templates_web;
}



餐厅介绍

自助餐厅

4.7分
537m | 中航城区冷死你境内呢名
停车 WiFi
  • 热情1
  • 环境好11
  • 服务好12
  • 好极了31
  • 服务热情14

暂时没有看法.. 发表看法请遵守当地法律和制度 (网友评论仅供其表达个人看法,并不表明本站立场。)