method insertUpdate documentation in bbn\Db\EnginesApi
Inserts/Updates rows in the a given table
function($table, array $values = NULL)
{
/**
* Updates rows in the a given table
*
* @param array|string $table
* @param array|null $values
* @param array|null $where
* @param bool $ignore
* @return int
*/
public function update($table, array $values = null, array $where = null, bool $ignore = false): ?int;
/**
* Deletes rows in the a given table
*
* @return int
*/
}
Inserts/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-2025
BBN Solutions