Hello,

Like one would store data into a cakePHP session with $this->Session-
>Write('key', 'value'), is there a way to store data into a context
that can be accessed by other controllers?

Important to note is that such data is not known from start, so i'd
rather not write such variables in configuration files etc.

In the Java Servlet Api, the application context would be an ideal
solution... does cakePHP has something similar?

Thanks in advance


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