method updateIgnore documentation in bbn\Db\Api
Updates rows in the a given table
function($table, array $values = NULL, array $where = NULL)
{
/**
* Deletes rows in the a given table
*
* @return int
*/
public function delete($table, array $where, bool $ignore = false): ?int;
/**
* Deletes rows in the a given table
*
* @return int
*/
public function deleteIgnore($table, array $where): ?int;
/**
* Inserts ignore rows in the a given table
*
* @return int
*/
public function insertIgnore($table, array $values): ?int;
/**
* Fetches a given table and returns an array of a single row text-indexed
*
* @params
* @return false|array
}
Updates rows in the a given table BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2024
BBN Solutions