I guess we're "in the same boat", I've just started with cakephp today but did find out a few things that might help you!
1. Have you tried editing the routing.php file? take a look at this article for some examples: http://bakery.cakephp.org/articles/view/custom-urls-from-the-site-root 4. Maybe you need to setup a system with users and permissions etc. 5. There's a simple solution for this, create a .thml file in the views/pages (the pages controller is standard, you don't need to change it). If you name it example.thml it's accesible via /pages/example, again the routing can be used to change that I guess. I just learned that from this article, which has lots of useful tips: http://www.avatarfinancial.com/pages/cake/ have fun baking :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
