JDatabaseDriver::loadAssoc
Method to get the first row of the result set from the database query as an associative array of ['field_name' => 'row_value'].
Signature
public function loadAssoc()
Returns
- mixed
- The return value or null if the query failed.