Welcome Guest, Not a member yet? Register   Sign In
Multiple Languages - different urls?
#4

[eluser]Kriesi[/eluser]
Ok that solved most problems for me, thanks a lot. however when I use the _remap function the only parameter that is passed is the first segment of my url. How do I get the other ones?

for example my site is:

http://www.mysite.com/registration/step1

Code:
_remap($method)
{
    echo $method;
}

always echos "registration" but I also need to know which step of the registration the user is requesting ...

the only way of retrieving this data i found is to use the $this->uri->segment(3, 0); method. Is there another way as well?

Best reagards and thanks in advance =)
Kriesi


Messages In This Thread
Multiple Languages - different urls? - by El Forum - 08-22-2009, 04:44 PM
Multiple Languages - different urls? - by El Forum - 08-23-2009, 02:03 AM
Multiple Languages - different urls? - by El Forum - 08-23-2009, 02:30 AM
Multiple Languages - different urls? - by El Forum - 08-23-2009, 08:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB