database([$params = ''[, $return = FALSE[, $query_builder = NULL]]])
| Parameters: |
|
|---|---|
| Returns: |
Loaded CI_DB instance or FALSE on failure if $return is set to TRUE, otherwise CI_Loader instance (method chaining) |
| Return type: |
mixed |
This method lets you load the database class. The two parameters are optional. Please see the database section for more info.
Please login to continue.