Hi there,
i need a simple solution for the following scenario: my main (public) app is located in /cake/app (http://myapp.com) where should put the admin tool (kind of backend, with different views), which will be accessible via a subdomain pointing to a particular directory. (http://admin.myapp.com) ---------------------- Directory Layout 1 ---------------------- /cake/app/ models controllers views /cake/admin/ models (link to /cake/app/models ??) controllers (link to /cake/app/controllers ??) views ---------------------- Directory Layout 2 ---------------------- /cake/app models controllers views adminviews . i want to avoid redundant code of course ;-) thanks for your help jyrgen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
