Solar_Sql_Model_Related_BelongsTo::save()
public
void
Solar_Sql_Model_Related_BelongsTo::save
( Solar_Sql_Model_Record $native
)
Save a foreign records through this relationship; the belongs-to relationship does not save the belonged-to record, to avoid recursion issues.
Parameters
(Solar_Sql_Model_Record)
$native
: The native record that is trying to save a foreign record through this relationship.
Returns
(void)
Description
Save a foreign records through this relationship; the belongs-to relationship does not save the belonged-to record, to avoid recursion issues.