andWhere()
compile()
getMethods()
getParams()
getType()
orWhere()
$clauses
$params
A class to build WHERE clauses.
| package | Peyote | 
|---|---|
| author | Dave Widmer | 
andWhere(string $column, string $op, mixed $value) : \Peyote\Where
stringThe column name
stringThe comparison operator
mixedThe value to bind
compile() : string
| inherited_from | \Peyote\Condition::compile() | 
|---|
stringgetMethods() : array
arraygetParams() : array
| inherited_from | \Peyote\Condition::getParams() | 
|---|
arraygetType() : string
stringorWhere(string $column, string $op, mixed $value) : \Peyote\Where
stringThe column name
stringThe comparison operator
mixedThe value to bind
$clauses : array
| inherited_from | \Peyote\Condition::$$clauses | 
|---|
$params : array
| inherited_from | \Peyote\Condition::$$params | 
|---|