dbTrek Wiki
PHP application for browsing multiple types of databases
Status: Pre-Alpha
Brought to you by:
dataexplore
This method is intended to quickly retrieve a single record based on a SQL statement and return it into an associative array.
// @name: getR
// @params: sql=string
// @returns: associative array
// @descr: retrieve a single record and store
/ the result in an associatve array
* ex: $arr['fieldname'] = value
/