Method: db::insert_all
Runs a INSERT query with values
Info
Syntax
db::insert_all($table, $fields, $values)
Parameters
- $table (string) The table name
- $fields (array) an array of field names
- $values (array) an array of array of keys and values.
Return (mixed)
The last inserted id if everything went fine or an error response.