ok, I'm working on coding a game based off of cakephp, and when a user logs in, an different layout, with extra menus is used, but they can still link back to public things such as the updates page. The only problem is, the updates page uses the default layout, without the extra menus linking them around to the logged-in sections. Is there a way to switch between layouts depending on if a user is logged in or not? I have a function that returns a BOOL value depending on if the user is logged in, but I'm having trouble using it to change layouts.
Does anyone have any ideas on this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
