Solar_Sql_Model::fetchPairs()

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

Fetches an array of key-value pairs from the model, where the first column is the key and the second column is the value.

Parameters

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

Returns

  • (array)

Description

Fetches an array of key-value pairs from the model, where the first column is the key and the second column is the value.



Local