get([$table = ''[, $limit = NULL[, $offset = NULL]]])
| Parameters: |
|
|---|---|
| Returns: |
CI_DB_result instance (method chaining) |
| Return type: |
CI_DB_result |
Compiles and runs SELECT statement based on the already called Query Builder methods.
get([$table = ''[, $limit = NULL[, $offset = NULL]]])
| Parameters: |
|
|---|---|
| Returns: |
CI_DB_result instance (method chaining) |
| Return type: |
CI_DB_result |
Compiles and runs SELECT statement based on the already called Query Builder methods.
Please login to continue.