On Aug 17, 3:25 pm, bobble-gobble <[EMAIL PROTECTED]> wrote:
> I'm new to Cake and have been searching for this answer for the last
> couple days.  Can't seem to find anything -- although I'm sure the
> problem is easily solved.
>
> Here's the situation:
>
> I have a form with validation working perfectly.  No database is being
> used.  After validation, I want to display the results of the form on
> a "printable page" (so very minimal layout).  How do you pass form
> results to a new layout?  What are the methods I should be looking at?
>
> Your help is very much appreciated.

You can change the layout your controller uses by setting:
$this->layout = ...



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to