File path: dist/twist/Core/Models/Database/Record.model.php
Namespace: Twist\Core\Models\Database
get
— Get a field value
Name | Description |
---|---|
$strField | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strField = 'foo';
//Call the function get with the example vars
$resRecord = new \Twist\Core\Models\Database\Record();
$resRecord -> get($strField);