File path: dist/twist/Core/Models/Database/Result.model.php
Namespace: Twist\Core\Models\Database
row
—
Name | Description |
---|---|
[$intRowNumber = 0] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intRowNumber = 0;
//Call the function row with the example vars
$resResult = new \Twist\Core\Models\Database\Result();
$resResult -> row($intRowNumber);