PhpLiveDb::Insert
Create an object to run Insert queries Sintaxe namespace ProtocolLive\PhpLiveDb; public function PhpLiveDb::Insert(
string
$Table
):Insert;
Parameters
$Table - The table to perform the insert. Return Values
An object to add options and run the insert. Examples
$consult
=
$Db->Insert('users u');
|