Welcome Guest, Not a member yet? Register   Sign In
Restrict some actions, _remap function
#2

[eluser]Twisted1919[/eluser]
When using _remap, if you have a method like :
Code:
public function something($uri1='',$uri2='')
{
    // code here .
}

You won't be able to use $uri1 and $uri2,
instead, use directly $this->uri->segment(1) and $this->uri->segment(2);


Messages In This Thread
Restrict some actions, _remap function - by El Forum - 12-03-2010, 03:27 PM
Restrict some actions, _remap function - by El Forum - 12-03-2010, 03:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB