$parent
$parent :
save()
Save our data back to the database.
If the primary key is set, and has not been modified, this will update the existing record with the new data.
If the primary key has not been set, or has been modified, this will insert a new record into the database, and in the case of auto-generated primary keys, update our primary key field to point to the new record.