-
Notifications
You must be signed in to change notification settings - Fork 6
Storable::store()
Francesco Bianco edited this page Oct 22, 2015
·
2 revisions
Method: SchemaDB\Storable::store()
## simple usage:
$record->store();
## updater usage:
$record->store(array(
'Field_1' => 'value',
'Field_2' => 'value',
.
.
'Field_N' => 'value',
));
$db->apply(array(
));
$db->apply(array(
));
$db->apply(array(
));