Solar_Sql_Model::fetchOneAsArray()

public array Solar_Sql_Model::fetchOneAsArray ( array|Solar_Sql_Model_Params_Fetch $fetch = NULL )

The same as fetchOne(), but returns an array instead of a record object.

Parameters

  • (array|Solar_Sql_Model_Params_Fetch) $fetch: Parameters for the fetch.

Returns

  • (array)

Description

The same as fetchOne(), but returns an array instead of a record object.



Local