{webmeng:/foreach/} </div>
//判断用户是否登录
$app_id = $this->app_id;
$data['accounts'] = $this->db->fetch("select * from ".WEBMENG_CONMENG."user where id='".$app_id."' ",true);
$settings = array();
$sets = $this->db->fetch("select * from ".WEBMENG_CONMENG."settings ");
if(!empty($sets)){
foreach ($sets as $v) {
$webmeng[$v['variable']] = $v;
}
}
$data['webmeng'] = $webmeng; /*获取内页调用系统信息如LOGO 网站名称*/
preg_match("/^list\_(\d+).html$/i",$id,$url);
$catid = isset($url[1])?$url[1]:0;
$catIdList = $this->db->fetch("select cat_id from Webmeng_category_goods where sort_path like '%,".$catid.",%'");
$catListOR = array();
foreach ($catIdList as $catId) {
$catListOR[] = " catid = ". $catId['cat_id']." ";
}
// var_dump($catListOR);
$sql = "select * from ".WEBMENG_CONMENG."goods where status>'0' and lid='cn' and (".implode("or", $catListOR).")";
// var_dump($sql);
$result = page_for_db_extend($sql);
$data['info_reslut'] = $result['data'];
$data['showpage'] = $result['page'];
// $sql = "select * from ".WEBMENG_CONMENG."goods where lid='cn' and catid='".$catid."' and status>'0' ";
// $result = page_for_db_extend($sql);
// $data['info_reslut'] = $result['data'];
// $data['showpage'] = $result['page'];
$sort_path = $this->db->fetch("select sort_path from Webmeng_category_goods where cat_id = ".$catid,true);
// var_dump($sort_path);
// var_dump(rtrim($sort_path['sort_path'],","));
$catNavigationList = $this->db->fetch("select cat_id,cat_name from Webmeng_category_goods where cat_id in (".rtrim($sort_path['sort_path'],",").")");
// var_dump($catNavigation);
$data['catNavigation'] = $catNavigationList;
// var_dump($sort_path);
// var_dump($catNavigationList);
// exit;
$data['category_name'] = $this->db->fetch("select a.*,b.* from ".WEBMENG_CONMENG."goods a left join ".WEBMENG_CONMENG."category_goods b on a.catid=b.cat_id where a.catid='".$catid."' ",true);
创梦商城 | Messager | 家园 | 晓梦客服 | 游戏 | 音乐 | 路由器 | 粉卡 | 政企服务 | 天猫店 | 隐私政策| 问题反馈
© ConmengMall.Com 炫梦(上海)动漫文化发展有限公司 沪ICP备10004645号-1
违法和不良信息举报电话:135-8572-0501,本网站所列数据,除特殊说明,所有数据均出自我司实验室测试