What is the difference between:
.Save();
.Add();
.Update():
You don't mention which templates you're using (I'm going to assume ActiveRecord), but as a general rule:
IsNew==true or otherwise it will
update.IsNew==false and will fail if
there is no corresponding record in
the db for the instance.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With