next_row([$type = 'object'])
get_compiled_select([$table = ''[, $reset = TRUE]])
having($key[, $value = NULL[, $escape = NULL]])
where($key[, $value = NULL[, $escape = NULL]])
select_max([$select = ''[, $alias = '']])
query($sql[, $binds = FALSE[, $return_object = NULL]])
list_fields()
get_compiled_delete([$table = ''[, $reset = TRUE]])
is_write_type($sql)
CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.). The config file is located at application/config/database
Page 10 of 15