/* Generate an associative array of the first row */
$data=$db->loadAssoc();
print_r($data);
Results :
Array([field_name]=>value)