Solar_Sql_Model_Params_Fetch::bind()

public Solar_Sql_Model_Params_Fetch Solar_Sql_Model_Params_Fetch::bind ( array $list )

Adds named-placeholder values to bind to the resulting fetch query.

Parameters

  • (array) $list: An array of key-value pairs where the key is the placeholder name, and the value is the placeholder value.

Returns

  • (Solar_Sql_Model_Params_Fetch)

Description

Adds named-placeholder values to bind to the resulting fetch query.



Local