Solar_Sql_Model::fetchCol()

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

Fetches a sequential array of values from the model, using only the first column of the results.

Parameters

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

Returns

  • (array)

Description

Fetches a sequential array of values from the model, using only the first column of the results.



Local