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
#2

Thank you!

It was fixed already in develop.
https://codeigniter4.github.io/CodeIgnit...html#query
Reply




Theme © iAndrew 2016 - Forum software by © MyBB