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 ‘AND’.
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 ‘AND’.
Please login to continue.