namespace Model; use Think\Model;
class QqModel extends Model{//这两种方法都可以解决 // protected $trueTableName = ‘tencent_qq‘; protected $tablePrefix = ‘tencent_‘; }
如果第三方数据表与系统数据库里的表名格式不一致的解决方案
原文:http://www.cnblogs.com/toward-the-sun/p/4030006.html