LimeSurvey: 2.05 5e51775a

Author Committer Branch Timestamp Parent
kfegert kfegert 2.05 2013-08-16 12:08:44 2.05 7512a3d7
Changeset

Updated feature Plugin Added new PluginEvents raisable by LSActiveRecord subclasses
Dev Model classes derived from LSActiveRecord now raise a generic Model event which can be used to register for any changes of the given Type e.g. beforeSave on a model now raises a before<classname>Save and a beforeModelSave PluginEvent
Dev Each Model Derived from LSActiveRecord now raises a after<classname>Save and afterModelSave PluginEvent

mod - application/libraries/PluginManager/PluginEvent.php Diff File
mod - application/models/LSActiveRecord.php Diff File