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
When i select model by id and then save, exception error occurs
use WeDevs\ORM\WP\Woo_Abcd_Connection_Model as Abcd_Connection; $hihi = Abcd_Connection::find(1); $hihi->name = 'foo'; $hihi->save();`
The text was updated successfully, but these errors were encountered:
I got the exact same error, it seems save() is not supported meaning this project is only for queries?
Sorry, something went wrong.
Fixes Issue tareq1988#82
7e6ea11
tareq1988#82 maybe you know a better fix let me now
this fixes it and saving works, I just updated his sample model from the readme: #83
No branches or pull requests
When i select model by id and then save, exception error occurs
The text was updated successfully, but these errors were encountered: