File path: dist/twist/Core/Models/Database/Result.model.php
Namespace: Twist\Core\Models\Database
status
— Status of the result set, if the query was successful this will return true. If the status is true this only means the query did not fail, it dose not indicate if you have any results.
void — No return information has been documented for this function.
<?php
//Call the function status with the example vars
$resResult = new \Twist\Core\Models\Database\Result();
$resResult -> status();