This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

core:onAfterFormRecordUpdate event

Triggered by Db_FormBehavior
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onAfterFormRecordUpdate(Backend_Controller $controller, Db_ActiveRecord $record)
$controller Backend_Controller specifies the Administration Area controller object.
$record Db_ActiveRecord specifies the model object which was saved to the database.
Triggered after an existing model is saved to the database. The event is triggered only when a record is updated with an Administration Area form.