1 to 4 of 4
I realize I could do a find() to detect if the record already exists, then do an update or create. But that seems redundant because ->save() should do the update or create.
Is there a way to tell Akelos about this multiple-key field so it is checked while doing a save()?
yes, but you have to do it by yourself ;-) either using the validation* or before* callbacks.
Ahh, ok. Thanks Kaste!
1 to 4 of 4