I want to write a new controller file f.g. aaa.php, there is a function bbb() in aaa.php,
how can i enter aaa.php's bbb(),
The example files are begin with welcome.php's index() function.
how can I change that to begin with my new controller file?