JDatabaseQuery::set
Signature
protected function set(mixed
$conditions,
[string
$glue = ','] )
Parameters
-
$conditions
- A string or array of string conditions.
-
$glue
- The glue by which to join the condition strings. Defaults to ,.
Returns
- JDatabaseQuery
- Returns this object to allow chaining.