Method Name | Arguments![]() |
Description | Default Contents |
---|---|---|---|
DELETE_IF_FIELD_EMPTY |
Contains a list of field names. Defines which field causes execution of PRE_DELETE and DELETE on the specified row prior to UPDATE, when the field is empty. | By default the method does not exist. | |
ENTITY_CHILDREN |
|||
ENTITY_FIELDS |
|||
ENTITY_RELATIONS |
|||
DB_LOG |
Add variations to logs table | ||
$fields | hash of modified fields | ||
$id | record id (PK) | ||
$old_fields | hash of original fields | undef | |
$table_name | table name (with schema) | undef | |
$type | update type (insert, update, delete) |