I'd reccommend reading through the manual as some of your questions will be answered by doing so.
If you look in your routes.php you'll see the default route is for the pages controller, this is a default controller that serves up from flat files under app/views/pages. It lives in the cake/libs directory. You can either re-implement a different pages controller, copy and modify the existing one, or name your controller something else. Happy Baking, -- Travis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
