TwistPHP Documentation

row

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

row

Parameters

Name Type Description
[$intRowNumber = 0]integern/a

Return Values

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

Example

<?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);