会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
斌哥
将军赶路,不追小兔
随笔档案-2010年07月
Shopex转到Ecshop后,商品相册图片数据重复的解决办法
2010-07-06 18:15 by 斌哥tobin, 912 阅读,
收藏
,
摘要: <?phpdefine('IN_ECS', true);require(dirname(__FILE__) . '/includes/init.php');$q = $db->getAll("SELECT DISTINCT `img_url` FROM ". $ecs->table('goods_gallery'));foreach($q as $key => $val){...
阅读全文
0 Comment
About