I already saw many questions that are quite similar to this question (such as this one and this), but my problem is I have my controllers in a subfolder within a folder inside the controllers folder. My directory structure looks like this:
classes/
controllers/
admin/
manageMemberProfile/
memberList.php
memberProfileInfo.php
editMemberProfile.php
manageCompanyProfile/
........
member/
........
guest/
........
models/
........
Please take note that I've already done the solution in the link I provided(and managed to make it work) but its just for controllers that are in a folder inside controllers folder. What I want is to call my controllers with this kind of directory setup. Im quite new to routing in kohana 3.2, so I really dont know how to solve this, and I also read their documentation about routing but I still cant solve this problem of mine.