Welcome Guest, Not a member yet? Register   Sign In
Retrieve controller namd and function name from url
#12

[eluser]C.T.[/eluser]
I think URI helper will do what u want to have

http://cisite.com/controller1/
Code:
$this->uri->segment(1)
Return:controller1

http://cisite.com/controller1/dosomething
Code:
$this->uri->segment(1)
Return:controller1
Code:
$this->uri->segment(2)
Return:dosomething

http://cisite.com/controller1/dosomething/action/
Code:
$this->uri->segment(1)
Return:controller1
Code:
$this->uri->segment(2)
Return:dosomething
Code:
$this->uri->segment(3)
Return:action


Messages In This Thread
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:13 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:18 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:27 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:34 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:37 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:39 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:41 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:43 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:43 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:49 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:49 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:53 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:54 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:55 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 03:55 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 04:06 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 04:07 PM
Retrieve controller namd and function name from url - by El Forum - 04-16-2012, 04:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB