TwistPHP Documentation

status

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

statusStatus 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.

Return Values

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

Example

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