Solar_Sql_Model::fetchAssocAsArray()
public
array
Solar_Sql_Model::fetchAssocAsArray
( array|Solar_Sql_Model_Params_Fetch $fetch = NULL
)
The same as fetchAssoc(), except it returns an array, not a collection.
Parameters
(array|Solar_Sql_Model_Params_Fetch)
$fetch
: Parameters for the fetch.
Returns
(array) An array of rows.
Description
The same as fetchAssoc(), except it returns an array, not a collection.