Answer by Mitchell McKenna for codeigniter controller

September 24 2010, 6:09pm

As Gsto said, to call bbb function enter the url: mysite.com/aaa/bbb

If you want mysite.com/aaa to call bbb() instead of index() by default, your going to want to create the _remap() function in aaa.php controller to call bbb() instead. See: CI Controllers - Functions Docs