JDatabaseDriverSqlsrv::fetchAssoc
Method to fetch a row from the result set cursor as an associative array.
Signature
protected function fetchAssoc([mixed
$cursor = null] )
Parameters
-
$cursor
- The optional result set cursor from which to fetch the row.
Returns
- mixed
- Either the next row from the result set or false if there are no more rows.