Skip to content

Commit b3bd87c

Browse files
committed
docs: add explanation
1 parent b9f2970 commit b3bd87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ With CodeIgniter's built-in methods you can simply do this:
7979

8080
.. literalinclude:: incomingrequest/008.php
8181

82-
The ``getVar()`` method will pull from ``$_REQUEST``, so will return any data from ``$_GET``, ``$POST``, or ``$_COOKIE``. While this
82+
The ``getVar()`` method will pull from ``$_REQUEST``, so will return any data from ``$_GET``, ``$POST``, or ``$_COOKIE`` (depending on PHP ini settings). While this
8383
is convenient, you will often need to use a more specific method, like:
8484

8585
* ``$request->getGet()``

0 commit comments

Comments
 (0)