get_where([$table = ''[, $where = NULL[, $limit = NULL[, $offset = NULL]]]])
Parameters:
$table (mixed) – The table(s) to fetch data from; string or array
$where (string) – The WHERE clause
$limit (int) – The LIMIT clause
$offset (int) – The OFFSET clause Returns:
CI_DB_result instance (method chaining) Return type:
CI_DB_result
Same as get(), but also allows the WHERE to be added directly.