Welcome Guest, Not a member yet? Register   Sign In
how to get method name from controller ?
#1

[eluser]Anton111[/eluser]
I'm trying a new version ;-)
But in old version i used the following code:
Code:
$this->_method = $this->uri->router->fetch_method();
        $this->_class = $this->uri->router->fetch_class();
        $this->_directory = $this->uri->router->fetch_directory();

in the new version this code doesn't work. How can i get class, method and directory name from controller in the new version?


Messages In This Thread
how to get method name from controller ? - by El Forum - 02-09-2008, 02:32 AM
how to get method name from controller ? - by El Forum - 02-09-2008, 02:50 AM
how to get method name from controller ? - by El Forum - 02-10-2008, 08:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB