method insertUpdate documentation in bbn\Db
If not exist inserts row(s) in a table, else update.
$db->insertUpdate(
"table_users",
[
'id' => '12',
'name' => 'Frank'
]
);
function($table, array $values = NULL)
{
return $this->language->insertUpdate($table, $values);
}
If not exist inserts row(s) in a table, else update. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way