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

 

相关文章:

  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2021-11-12
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案