top-think / think-orm

Think ORM——the PHP Database&ORM Framework
Apache License 2.0
413 stars 171 forks source link

Non-static method think\Model::withAttr() cannot be called statically #619

Closed ken678 closed 2 weeks ago

ken678 commented 3 weeks ago

文档写了withAttr在select调用,就报标题那个错误 image

使用下面放select之后,就正常 image

liu21st commented 2 weeks ago

其实不要在第一个位置调用即可 我更换了一个方法名 避免model类里面的同名方法冲突