|
Previous Page |
Solar_Sql_Select |
Next Page |
orWhere()
public
Solar_Sql_Select
orWhere (
string $cond,
string $val default '--5a333dc50d9341d8e73e56e2ba591b87'
)
Adds a WHERE condition to the query by OR.
Parameters
- (string)
$cond: The WHERE condition. - (string)
$val: A value to quote into the condition.
Returns
- (Solar_Sql_Select)
Description
Adds a WHERE condition to the query by OR.
Otherwise identical to where().
See Also
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()