Welcome Guest, Not a member yet? Register   Sign In
Controllers in sub-folders
#3

[eluser]GSV Sleeper Service[/eluser]
[update]

found the problem, a colleague had made a MY_Controller.php, which included a _remap() function. had to change the following in the _remap() method
Code:
//next line does not work for controllers in sub-folders
//call_user_func_array(array($this, $method), array_slice($this->uri->segment_array(),2));
call_user_func_array(array($this, $method), array_slice($this->uri->rsegments,2));


Messages In This Thread
Controllers in sub-folders - by El Forum - 01-30-2009, 11:05 AM
Controllers in sub-folders - by El Forum - 01-30-2009, 11:18 AM
Controllers in sub-folders - by El Forum - 02-02-2009, 05:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB