Hi, for a cms I need a url-structure like this
frontend: www.mysite.de/pages/0815 that is simply done with /app/pages_controller.php backend: I would have core functionality as app/sitechips (the name of the cms) an exendable contentypes as plugins: /app/plugins/articles/controllers|models|views or /app/sitechips/plugins/articles/controllers|models|views as url-structure I need www.mysite.de/sitechips/auth/login => core functionality www.mysite.de/sitechips/article/add => content module, i.E. plugin www.mysite.de/sitechips/article/edit/0815 What I have to do, in oder to get this calling-schema whith the shown directory setup? Thany you for your advice. Axel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
