Welcome Guest, Not a member yet? Register   Sign In
Access index of a sub-folder with controllers in it
#1

[eluser]Unknown[/eluser]
I have an application setup with a management area like this:

Code:
- application
    - controllers
        - manage (sub-folder)
            - administration (controller)
                - login (method)
                - logout (method)
            - dashboard (controller)

The application works great, and nothing's actually broken, but I cannot figure out how to access any sort of index for the sub-folder. I've tried routes and other things, but for whatever reason I cannot determine how to do this.

The following work:
http://localhost/manage/dashboard
http://localhost/manage/administration/login
http://localhost/manage/administration/logout

This, however...does not:
http://localhost/manage/

Maybe this is a bug or something? It's more likely that there's a way to do this and I simply haven't figured out how to yet. Thanks for your help :down:




Theme © iAndrew 2016 - Forum software by © MyBB