Welcome Guest, Not a member yet? Register   Sign In
ME HMVC + custom library + fetch_module() does not work right
#2

[eluser]wilso417[/eluser]
I actually made the previous post more complicated than it needs to be to illustrate this bug. Here is an even simpler example:

class Test2 extends MX_Controller {

public function index() {
echo $this->router->fetch_module() . "<br />";
}
}

class Test1 extends MX_Controller {

public function index() {

$this->load->module('test2');
$this->test2->index();

echo $this->router->fetch_module() . "<br />";
}
}


Messages In This Thread
ME HMVC + custom library + fetch_module() does not work right - by El Forum - 04-19-2011, 09:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB