PhpLiveDb::Update
Create an object to run Update queries Sintaxe
namespace
ProtocolLive\PhpLiveDb;
/** */ final class PhpLiveDb{
public function
Update(
string
$Table
):Update;
}
Parameters
$Table - The table to perform the update. The table alias can be specified Return Values
An object to add options and run the update. Examples
$consult =
$Db->Update('users u');
|