I'm using Codeigniter in combination with Datamapper and HMVC. see folder structure:
-application
-controllers
-admin
-admin.php
-modules
-users
-models
-controllers
-views
Now i want to call my admin controller but the functions within this controller are not found only the index. my module controllers are routing correctly. suggestions?