$dbStructure
$dbStructure :
array
CONFIGDBSTRUCTURE
Map out the structure of the config table
getOne( field) :
Get and return one value from the config table.
Requested value must be a configName value that is in $this->dbStructure. For other values, use standard $db functions.
Result is returned as a number if the value is stored in configInt or configFloat columns else the return result is a string or a boolean
field | – the table column to match the condition. |
String, float, or boolean