Skip to content

Commit 2f36904

Browse files
committed
docs: add sub section
1 parent 4e41279 commit 2f36904

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ With CodeIgniter's built-in methods you can simply do this:
8080

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

83+
Getting Data
84+
============
85+
8386
The ``getVar()`` method will pull from ``$_REQUEST``, so will return any data from ``$_GET``, ``$POST``, or ``$_COOKIE`` (depending on PHP ini settings). While this
8487
is convenient, you will often need to use a more specific method, like:
8588

0 commit comments

Comments
 (0)