File path: dist/twist/Core/Models/Database/Result.model.php
Namespace: Twist\Core\Models\Database
affectedRows
— Get the count of affected rows from the current result set
void — No return information has been documented for this function.
<?php
//Call the function affectedRows with the example vars
$resResult = new \Twist\Core\Models\Database\Result();
$resResult -> affectedRows();