We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a97ded commit bfa0e74Copy full SHA for bfa0e74
1 file changed
user_guide_src/source/libraries/uri.rst
@@ -39,7 +39,6 @@ a controller that extends ``CodeIgniter\Controller`` you can get it like::
39
40
Second, you can use one of the functions available in the **url_helper**::
41
42
- helper('url');
43
$uri = current_url(true);
44
45
You must pass ``true`` as the first parameter, otherwise it will return the string representation of the current URL.
0 commit comments