TwistPHP Documentation

rows

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

rowsGet all rows (results) from the current result set as a multi-dimensional array of data

Return Values

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

Example

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