Actions

BeforeModelSave

From LimeSurvey Manual

Revision as of 11:53, 15 October 2018 by DenisChenu (talk | contribs) (Add allowing update)

When

Before a single database model was saved using model->save(). See CActiveRecord::onBeforeSave.

Input

Possible output

None.

You can update current model before it was saved.

Warning

Not all LimeSurvey action use ActiveRecord to save a model.