扩展Query类问题

浏览:408 发布日期:2018/06/14
5.0.0 - 严重 - 已关闭
MyQuery 继承 \think\db\Query

database.php配置文件中

query => app\\common\\db\\MyQuery

然后报错 :
Fatal error: Cannot access property app\common\db\MyQuery::$readMaster in D:\www\bugu_web\thinkphp\library\think\db\Query.php on line 3198

\think\db\Query类中最好用protected,方便扩展


评论(
后面还有条评论,点击查看>>