Hi kenjis:
I used Base_Input to extens CI_Input,and I have a function:
public function get_action_path($glue='/'){
global $RTR;
$module = $RTR->fetch_directory();
}
when i used index.php global $RTR is {CI_Router}[9] ,but now use "Welcome_test" , it's null。
why?
Hi kenjis:
I used Base_Input to extens CI_Input,and I have a function:
when i used index.php
global $RTRis{CI_Router}[9],but now use "Welcome_test" , it's null。why?