Previous Page
_multiHaving()

Solar_Sql_Select
_multiWhere()

Next Page
_nameCols()

_multiWhere()

public void _multiWhere ( string $cond, mixed $val, string $op )

Backend support for multiWhere().

Parameters

  • (string) $cond: The WHERE condition.
  • (mixed) $val: A value (if any) to quote into the condition.
  • (string) $op: The implicit operator to use for the condition, if needed.

Returns

  • (void)

Description

Backend support for multiWhere().

See Also