TwistPHP Documentation

all

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

allGet all the records from a database table.

Return Values

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

Example

<?php
//Call the function all with the example vars
$resRecords = new \Twist\Core\Models\Database\Records();
$resRecords -> all();