Method | Description | |
---|---|---|
delete ( |
Delete the field value(s) from the database. | |
delete_values ( mixed $field ) | Delete complex field value(s) from the database. | |
init ( ) | Initialization tasks. | |
load ( |
Load the field value(s) from the database. | |
load_values ( mixed $field ) | Load complex field value(s) from the database. | |
save ( |
Save the field value(s) into the database. |
public delete ( |
||
$field | The field to delete. |
public delete_values ( mixed $field ) | ||
$field | mixed | The field to delete values for. |
public load ( |
||
$field | The field to retrieve value for. |
public load_values ( mixed $field ) | ||
$field | mixed | The field to load values for. |
public save ( |
||
$field | The field to save. |