Welcome Guest, Not a member yet? Register   Sign In
How change uri_to_assoc like this...
#1

[eluser]Unknown[/eluser]
by default

Code:
$this->uri->uri_to_assoc(3)
index.php/user/search/name/joe/location/UK/gender/male

[array]
(
    'name' => 'joe'
    'location' => 'UK'
    'gender' => 'male'
)

i want like this:


Code:
$this->uri->new_uri_to_assoc(3)
index.php/user/search/name:joe/location:UK/gender:male

[array]
(
    'name' => 'joe'
    'location' => 'UK'
    'gender' => 'male'
)




Theme © iAndrew 2016 - Forum software by © MyBB