|
Previous Page |
Solar_Sql_Select |
Next Page |
bind()
public
Solar_Sql_Select
bind (
mixed $key,
mixed $val default 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.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _addSource()
- _buildFrom()
- _buildJoin()
- _buildSelect()
- _exception()
- _join()
- _origAlias()
- apiVersion()
- bind()
- clear()
- countPages()
- distinct()
- dump()
- fetch()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchValue()
- from()
- fromSelect()
- getPaging()
- group()
- having()
- innerJoin()
- join()
- leftJoin()
- limit()
- limitPage()
- locale()
- multiHaving()
- multiWhere()
- orHaving()
- orWhere()
- order()
- quote()
- quoteInto()
- quoteMulti()
- setPaging()
- unbind()
- where()