method insert documentation in bbn\Db

Inserts row(s) in a table.

$db->insert("table_users", [ ["name" => "Ted"], ["surname" => "McLow"] ]);

$db->insert("table_users", [ ["name" => "July"], ["surname" => "O'neill"] ], [ ["name" => "Peter"], ["surname" => "Griffin"] ], [ ["name" => "Marge"], ["surname" => "Simpson"] ]);

function($table, array $values = NULL, bool $ignore = false) { return $this->language->insert($table, $values, $ignore); }

Inserts 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

This website uses cookies to ensure you get the best experience on our website.