hello i was wondering how can i put my components and models in sub sub directories, lets say i have a web application that have 3 different areas (admins, users, developers) each one of them performs different actions and have a whole different interface, so i want the the admin to go to http://www.site.com/admin etc.
i have tried different soultions but none worked for me, can any one provide me with an example of how to do it.
am using CakePHP 2.1.1
Thanks in advance