Solar_Sql_Model_Record::_save()
protected
void
Solar_Sql_Model_Record::_save ( void
)
Saves the current record, but only if the record is "dirty".
Parameters
None.
Returns
(void)
Description
Saves the current record, but only if the record is "dirty".
On saving, invokes the pre-save, pre- and post- insert/update, and post-save hooks.