AI智能
改变未来

thinkphp5.1模型关联个field一起使用

$topics = MForum::field(\'id,title,time,reply,view,settop,choice,praise\')->withJoin([\'forumcate\' => [ \'id\',\'name\'],\'aliasofuser\' => [\'id\',\'username\',\'userhead\']])->where(\'open\', 1)->order(\'settop desc,id desc\')->paginate(1);
赞(0) 打赏
未经允许不得转载:爱站程序员基地 » thinkphp5.1模型关联个field一起使用