Basic event handling functions. More...
Functions | |
| set_user (&$record, $options=array()) | |
| Callback function for before_update event. | |
| set_unique (&$record, $options=array()) | |
| Callback function for before_update event. | |
| set_value (&$record, $options=array()) | |
| Set a value for one of the record's fields. | |
Basic event handling functions.
| set_unique | ( | & | $record, |
$options = array() |
|||
| ) |
Callback function for before_update event.
Sets a clean string to a field, either using its own value or the value of a source field.
| set_user | ( | & | $record, |
$options = array() |
|||
| ) |
Callback function for before_update event.
Sets the current user id as a value in the record.
1.8.1.1