Skip to content

Commit 2a4bfc7

Browse files
committed
docs: change section title
The methods are for escaping values only. They do not escape queries.
1 parent 1dbaa18 commit 2a4bfc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/database/queries.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ prefixing set ``true`` (boolean) via the second parameter:
9191

9292
.. literalinclude:: queries/008.php
9393

94-
****************
95-
Escaping Queries
96-
****************
94+
***************
95+
Escaping Values
96+
***************
9797

9898
It's a very good security practice to escape your data before submitting
9999
it into your database. CodeIgniter has three methods that help you do

0 commit comments

Comments
 (0)