Method: db::simple_fields
Strips table specific column prefixes from the result array
If you use column names like userusername, userid, etc.
use this method on the result array to strip user_ of all fields
Info
Syntax
db::simple_fields($array)
Parameters
- $array (array) The result array
Return (array)
The result array without those damn prefixes.