Welcome Guest, Not a member yet? Register   Sign In
pagination segment lost
#4

[eluser]zenon[/eluser]
I've noticed another problem still using uri :

Supposing my URI is

http://localhost/myapp/index.php/places/...page//id/1

when i call

Code:
$this->uri->uri_to_assoc(4);

a print_r of the given array produces

Quote:Array ( [page] => id [1] => )

but it's not my expected result, because page should be false and id = 1.

What can I do to handle all those params value that can be valorized or not according to the situation?
Anyway I would not to use number segment.


Messages In This Thread
pagination segment lost - by El Forum - 01-19-2011, 08:16 AM
pagination segment lost - by El Forum - 01-19-2011, 08:30 AM
pagination segment lost - by El Forum - 01-19-2011, 09:03 AM
pagination segment lost - by El Forum - 01-19-2011, 09:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB