File path: dist/twist/Core/Models/Database/Records.model.php
Namespace: Twist\Core\Models\Database
all
— Get all the records from a database table.
void — No return information has been documented for this function.
<?php
//Call the function all with the example vars
$resRecords = new \Twist\Core\Models\Database\Records();
$resRecords -> all();