Welcome Guest, Not a member yet? Register   Sign In
Can someone fix this now? (uri_segments() function)
#1

[eluser]@li[/eluser]
I found the uri_segments() function in the documentation that I downloaded yesterday, then I got the function doesn't exist error and upon doing a forum search here I found that its a known bug and the actual function is uri_string(). My question, isn't it time someone fixed this in the documentation? I mean, its only changing a word. Why wait until the next release just to update the documentation so more people who download it don't encounter this bug as well?
#2

[eluser]freshface[/eluser]
This you load the uri helper ?

$this->load->helper('url');
#3

[eluser]Tom Glover[/eluser]
[quote author="freshface" date="1228678586"]This you load the uri helper ?

$this->load->helper('url');[/quote]

that will be your issue. Just auto load it, as you are likely to use it in most controllers.




Theme © iAndrew 2016 - Forum software by © MyBB