Welcome Guest, Not a member yet? Register   Sign In
$this->uri->router->class [CI 1.6]
#1

[eluser]BravoAlpha[/eluser]
This code causes an error for me on CI 1.6:
Code:
$this->uri->router->class
Quote:Undefined property: stdClass::$class
#2

[eluser]tonanbarbarian[/eluser]
yeah i have found that the router is no longer in the uri
to get it now try the following
Code:
$RTR =& load_class('Router');
$RTR->class
#3

[eluser]BravoAlpha[/eluser]
`$this->uri->router->method` works fine though...
#4

[eluser]tonanbarbarian[/eluser]
it shouldnt because the router object is not part of the uri object in CI 1.6




Theme © iAndrew 2016 - Forum software by © MyBB