TwistPHP Documentation

insertID

File path: dist/twist/Core/Models/Database/Result.model.php
Namespace: Twist\Core\Models\Database
Extends:

insertIDGet the insert ID from the result from the current result set

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function insertID with the example vars
$resResult = new \Twist\Core\Models\Database\Result();
$resResult -> insertID();