We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb527d6 commit 17fa375Copy full SHA for 17fa375
user_guide_src/source/libraries/uri.rst
@@ -36,6 +36,7 @@ You can use one of the functions available in the :doc:`../helpers/url_helper`:
36
.. literalinclude:: uri/004.php
37
38
You must pass ``true`` as the first parameter, otherwise, it will return the string representation of the current URL.
39
+
40
This URI is based on the path (relative to your ``baseURL``) as determined by the current request object and
41
your settings in ``Config\App`` (``baseURL``, ``indexPage``, and ``forceGlobalSecureRequests``).
42
Assuming that you're in a controller that extends ``CodeIgniter\Controller`` you can get this relative path:
0 commit comments