method delete documentation in bbn\Db
Deletes row(s) in a table.
$db->delete("table_users", ['id' => '32']);
function($table, array $where = NULL, bool $ignore = false)
{
return $this->language->delete($table, $where, $ignore);
}
Deletes row(s) in a table. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way