[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?