I'd put a beforeFilter in your AppController, to always $this->set()
the default.  Then in the few actions where you do want it different,
have $this-set() for the new value - this will overwrite what was set
in the beforeFilter.

This way the view is getting data in the normal controller to view
way, through the viewVars.


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