Página principal
Páginas relacionadas
Módulos
Estructuras de Datos
Archivos
updateField
(
IcesDBObject
$object
,
$key
)
Updates a single database field from a single row.
139
{
140
$id = $object->id;
141
$value = $object->{$key};
142
$this->
deleteCache
();
143
return
db_update($this->table)->condition(
'id'
, $id)->fields(array($key => $value))->execute();
144
}
IcesSerializer\deleteCache
deleteCache()
Deletes whole static cache.
Definition:
common.db.logic.inc:314
IcesSerializer
Generado el Martes, 1 de Noviembre de 2016 16:42:26 por
1.8.8