Welcome Guest, Not a member yet? Register   Sign In
Using the remap with parameters
#4

I haven't tried to force an associate/multi array in the first position of $params. As that's not something that can be generated from the URL. But a normal array of ['one','two','three'] will turn into index($one,$two,$three) and ['one'] will turn into index($one).

http://localhost/one/two/three/ turns into ['one','two','three'].
http://localhost/one/ turns into ['one'].
Reply


Messages In This Thread
Using the remap with parameters - by Qodi - 10-20-2018, 02:11 PM
RE: Using the remap with parameters - by jreklund - 10-20-2018, 03:21 PM
RE: Using the remap with parameters - by Qodi - 10-21-2018, 07:35 AM
RE: Using the remap with parameters - by jreklund - 10-21-2018, 02:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB