ecshop 调用其他数据库中的商品

  ecshop中修改includes/cls_ecshop.php中第53行

   function table($str)
{
/*
if($str=='goods'){
return '`ecshop3' . '`.`' . $this->prefix . $str . '`';
}
else{
return '`' . $this->db_name . '`.`' . $this->prefix . $str . '`';
}
*/
return '`' . $this->db_name . '`.`' . $this->prefix . $str . '`';
}
上一篇:原生JS实现旋转轮播图+文字内容切换


下一篇:Java中解析XML的四种方法