$changedAttributes $changedAttributes : mixed name of changed attributes. Used when saving model Type mixed
error() error(mixed $msg) ### .error() errors as CHttpException Parameters mixed $msg Throws \CHttpException
setAttribute() setAttribute(mixed $name, mixed $value) ### .setAttribute() setting new value of attribute. Attrubute name also stored in array to save only changed attributes Parameters mixed $name mixed $value
onBeforeUpdate() onBeforeUpdate(\CModelEvent $event) ### .onBeforeUpdate() This event is raised before the update is performed. Parameters \CModelEvent $event the event parameter
onAfterUpdate() onAfterUpdate(\CModelEvent $event) ### .onAfterUpdate() This event is raised after the update is performed. Parameters \CModelEvent $event the event parameter