您的位置:首页 > 博客中心 > 数据库 >

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

时间:2022-03-13 23:03

  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 . ‘`‘;
    }

 

热门排行

今日推荐

热门手游