Solar_Sql_Select::bind()
public
Solar_Sql_Select
Solar_Sql_Select::bind
( mixed $key
, mixed $val = NULL
)
Adds data to bind into the query.
Parameters
(mixed)
$key
: The replacement key in the query. If this is an array or object, the $val parameter is ignored, and all the key-value pairs in the array (or all properties of the object) are added to the bind.(mixed)
$val
: The value to use for the replacement key.
Returns
(Solar_Sql_Select)
Description
Adds data to bind into the query.