We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a97ded + bfa0e74 commit f44b819Copy full SHA for f44b819
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