JDatabaseDriver::loadRow
Method to get the first row of the result set from the database query as an array. Columns are indexed numerically so the first column in the result set would be accessible via <var>$row[0]</var>, etc.
Signature
public function loadRow()
Returns
- mixed
- The return value or null if the query failed.