[群聊记录] FastAdmin ThinkPHP 5.0 with 问题

问题如下:

 

【A货】^★think-北京
列在那关联,取消with

 【A货】^★think-北京
直接在tesult之前来个foreach

 【A货】^★think-北京
这是我这边的变态写法 
 
 【吐槽】★红鹰-江苏
我新建了一张表,关联了用户的主键,现在想通过用户的主键得到用户名
 
 【A货】^★think-北京
要是不清楚逻辑,就直接按照我的来 
【A货】^★think-北 2017/11/22 17:23:45

省事情
【吐槽】★红鹰-江 2017/11/22 17:24:12

我试试单独join行不行,基本上没用过with
【A货】^★think-北 2017/11/22 17:25:04

with  你在 model中处理了吗

 

 【A货】^★think-北京
public function user(){
        return $this->belongsTo('User', 'user_id', 'id')->setEagerlyType(0);
    }
【吐槽】★红鹰-江 2017/11/22 17:25:50

没有,
【吐槽】★红鹰-江 2017/11/22 17:25:58

谢了,懂了
【A货】^★think-北 2017/11/22 17:26:07

吧这段复制到你的model中去
 【A货】^★think-北京
应该就ok了

【吐槽】★红鹰-江苏

【吐槽】★红鹰-江苏

 

posted on 2017-11-22 17:43  建伟F4nniu  阅读(469)  评论(0编辑  收藏  举报

导航