博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ECSHOP 首页分类广告调用
阅读量:6246 次
发布时间:2019-06-22

本文共 832 字,大约阅读时间需要 2 分钟。

hot3.png

/* 首页各分类广告图片 例如:部署在include/libcommon.php */function get_adv($position) { 	$sql = "select ap.ad_width,ap.ad_height,ad.ad_id,ad.ad_name,ad.ad_code,ad.ad_link from ".$GLOBALS['ecs']->table('ad_position')." as ap left join ".$GLOBALS['ecs']->table('ad')." as ad on ad.position_id = ap.position_id where ap.position_name='".$position."' and ad.media_type=0 and UNIX_TIMESTAMP()>ad.start_time and UNIX_TIMESTAMP()
getRow($sql); if($res) { return "
"; } else { return ""; } }

/*模板.dwt对应位置引用*/ 
assign('index_cat_image', get_adv('首页-分类ID'.$GLOBALS['smarty']->_var['goods_cat']['id'].'-左边图片广告')); ?>{$index_cat_image}
assign('index_cat_image', get_adv('首页-分类ID'.$GLOBALS['smarty']->_var['goods_cat']['id'].'-右边图片广告'));?> {$index_cat_image}

转载于:https://my.oschina.net/longhtml/blog/151392

你可能感兴趣的文章
Tsung 1.5.0 增加对 WebSocket 和 BOSH 的支持
查看>>
NYOJ-613 免费馅饼
查看>>
概率论07 联合分布
查看>>
虚拟机中克隆系统后网卡无法识别的解决办法
查看>>
Spring bean中的properties元素内的name 和 ref都代表什么意思啊?
查看>>
跟我一起云计算(4)——lucene
查看>>
Subversion服务器搭建
查看>>
PourOver – 快速筛选和排序大的数据集合
查看>>
swift学习第五章-字典的使用
查看>>
我的编程之路(十五) 需求的变更
查看>>
关于递归方法的实现
查看>>
js中的with语句
查看>>
crontab用法
查看>>
【转】基于LDA的Topic Model变形
查看>>
wordpress之备份与恢复数据
查看>>
[LeetCode] Combination Sum
查看>>
Android中Menu的基本使用方法
查看>>
微信公众平台开发(107) 分享到朋友圈和发送给好友
查看>>
推荐系统
查看>>
Appium安装过程
查看>>