TP5 模型类和Db类的使用区别

Posted wqy的笔记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TP5 模型类和Db类的使用区别相关的知识,希望对你有一定的参考价值。

假如有个Order模型  ,在尝试使用时有以下结果

使用 self::get();  

获取数据时正确的
self::with(‘user‘)->get()
这里会提示 method not exist:think\db\Query->get

只有单独get 时才会是正确的 ,不能够加入其他语句条件

 





以上是关于TP5 模型类和Db类的使用区别的主要内容,如果未能解决你的问题,请参考以下文章

TP5报如下的错误 Indirect modification of overloaded element of thinkpaginatorCollection has no effect(代码片段

thinkphp5.0 与thinkphp5.1 db()函数的区别

TP5模型belongsTo和hasOne的区别

tp5模型belongsTo和hasOne的区别

TP5模型belongsTo和hasOne这两个方法的区别

转载tp5与3.2区别