Welcome Guest, Not a member yet? Register   Sign In
Missing ] in documentation
#1

Hello!
On this page
Code:
https://codeigniter.com/user_guide/libraries/uri.html

you find this code
Code:
echo $uri->getQuery(['only' => ['foo']);

Should be
Code:
echo $uri->getQuery(['only' => ['foo']]);
Reply


Messages In This Thread
Missing ] in documentation - by sprhld - 05-01-2022, 05:36 AM
RE: Missing ] in documentation - by kenjis - 05-01-2022, 06:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB