or_where($key[, $value = NULL[, $escape = NULL]])
Parameters: |
|
---|---|
Returns: |
DB_query_builder instance |
Return type: |
object |
Generates the WHERE portion of the query. Separates multiple calls with ‘OR’.
or_where($key[, $value = NULL[, $escape = NULL]])
Parameters: |
|
---|---|
Returns: |
DB_query_builder instance |
Return type: |
object |
Generates the WHERE portion of the query. Separates multiple calls with ‘OR’.
Please login to continue.