Hi Fasthold,

Can you explain what you are trying to do?

The view is created after all the controller code has run (unless you
have code after $this->render in your controller), and a view should
not contain any info that the controller doesn´t already know.

Or are you trying to define a variable in your view, to be available in
the layout? If that´s the case, just define the variable in your view,
and in the layout (because the layout is done last) the variable will
be available with out any further action.

Cheers,

AD7six


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

Reply via email to