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:onAfterFormRecordCreate event

Triggered by Db_FormBehavior
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onAfterFormRecordCreate(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 a new model is saved to the database. The event is triggered only when a record is created with an Administration Area form.