TwistPHP Documentation

fields

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

fieldsReturn an array of all the fields with their settings/types/lengths (without values)

Return Values

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

Example

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