Skip to content

Commit 623af65

Browse files
committed
docs update
1 parent 4eba9dc commit 623af65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,11 +1084,13 @@ Class Reference
10841084
Compiles and runs SELECT statement based on the already
10851085
called Query Builder methods.
10861086

1087-
.. php:method:: getWhere([$where = NULL[, $limit = NULL[, $offset = NULL]]])
1087+
.. php:method:: getWhere([$where = NULL[, $limit = NULL[, $offset = NULL[, $returnSQL = FALSE[, $reset = TRUE]]]]])
10881088
10891089
:param string $where: The WHERE clause
10901090
:param int $limit: The LIMIT clause
10911091
:param int $offset: The OFFSET clause
1092+
:param bool $returnSQL: If true, returns the generate SQL, otherwise executes the query.
1093+
:param bool $reset: Are we want to clear query builder values?
10921094
:returns: \CodeIgniter\Database\ResultInterface instance (method chaining)
10931095
:rtype: \CodeIgniter\Database\ResultInterface
10941096

0 commit comments

Comments
 (0)