get_where([$table = ''[, $where = NULL[, $limit = NULL[, $offset = NULL]]]])
| Parameters: |
|
|---|---|
| Returns: |
CI_DB_result instance (method chaining) |
| Return type: |
CI_DB_result |
Same as get(), but also allows the WHERE to be added directly.
get_where([$table = ''[, $where = NULL[, $limit = NULL[, $offset = NULL]]]])
| Parameters: |
|
|---|---|
| Returns: |
CI_DB_result instance (method chaining) |
| Return type: |
CI_DB_result |
Same as get(), but also allows the WHERE to be added directly.
Please login to continue.