TP5 错误: unexpected '(', expecting identifier (T_STRING) or
thinkphp吧
全部回复
仅看楼主
level 2
Tmc就虐你 楼主
求大佬帮忙 没写错啊捉急
TP5 错误: unexpected '(', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$'?public function lst()//用户信息列表
{
$userRes = db('user')->field->('id,username,userdizhi,phone,beizhu,userid,xingbie,xinxiyuan,jiage')->paginate(2);
$this->assign('userRes',$userRes);
return view();
}
2020年10月17日 03点10分 1
level 11
这个提示是标点符号没全吧
2020年10月17日 06点10分 2
level 1
仔细看你field后面是啥
2020年10月22日 08点10分 3
1