JDatabaseDriverPdo::loadNextAssoc
Method to get the next row in the result set from the database query as an array.
Signature
public function loadNextAssoc()
Returns
- mixed
- The result of the query as an array, false if there are no more rows.