We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我把think-orm放在yaf里面 ,模型不能正常使用更新,这两种方式都报错Fatal error: Uncaught think\Exception: where express error 1、$res = UserModel::update(['name' => 'wwang'],['uid'=>18]);
2、$user = new UserModel(); $user->allowField(true)->save(['name' => 'wwang'],['uid'=>18]);
报错源码是在Builder.php line 304 elseif (!($value instanceof \Closure)) { 这里
The text was updated successfully, but these errors were encountered:
这个问题我修正了下
Sorry, something went wrong.
No branches or pull requests
我把think-orm放在yaf里面 ,模型不能正常使用更新,这两种方式都报错Fatal error: Uncaught think\Exception: where express error
1、$res = UserModel::update(['name' => 'wwang'],['uid'=>18]);
2、$user = new UserModel();
$user->allowField(true)->save(['name' => 'wwang'],['uid'=>18]);
报错源码是在Builder.php line 304 elseif (!($value instanceof \Closure)) { 这里
The text was updated successfully, but these errors were encountered: