码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2014-08-27 18:22:28      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   io   数据   div   cti   log   

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

 

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

标签:des   style   blog   color   io   数据   div   cti   log   

原文地址:http://www.cnblogs.com/chen-lhx/p/3939903.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!