TwistPHP Documentation

values

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

valuesReturn an associative array of key/value pairs

Return Values

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

Example

<?php
//Call the function values with the example vars
$resRecord = new \Twist\Core\Models\Database\Record();
$resRecord -> values();