-
Notifications
You must be signed in to change notification settings - Fork 6
Database::insert()
Francesco Bianco edited this page Oct 12, 2015
·
1 revision
Method: Javanile\SchemaDB\Database::insert( array $record ) : int
$db->insert('Table_name', array(
'Filed_1' => 'Value',
'Filed_2' => 'Value',
.
.
.
'Filed_N' => 'Value',
));- Field_1 . . . Field_N Fields names
$db->apply(array(
));$db->apply(array(
));$db->apply(array(
));