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