You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/incoming/incomingrequest.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,9 @@ With CodeIgniter's built-in methods you can simply do this:
80
80
81
81
.. literalinclude:: incomingrequest/008.php
82
82
83
+
Getting Data
84
+
============
85
+
83
86
The ``getVar()`` method will pull from ``$_REQUEST``, so will return any data from ``$_GET``, ``$POST``, or ``$_COOKIE`` (depending on PHP ini settings). While this
84
87
is convenient, you will often need to use a more specific method, like:
0 commit comments