On Tue, Jul 15, 2008 at 4:02 PM, kik <[EMAIL PROTECTED]> wrote: > > [..snip..] > ... As far as I understand when you > use Configure::write it's storing a data in the config file and the > data is permanently stored.
Nope. As far as I know, Configure::write() 'writes' the variable into the Configure instance. > But when I try to get the data from > another controller or even another action of the same controller I'm > not able to read the value. If you are expecting to write in one call then read in another call, then you probably want to use sessions for that. > It seems that I'm able to get the value > only from the same action that writes to Configure. Does this mean > that Configure::write does not store the information permanently? For > instance I have an action: > As above, that's correct. It does not store information permanently. I will be thankfrul if someone explains to me how this works! Thank > you in advance for any suggestions! > This is my understanding of the Configure class. Group: If I gave any wrong info, please feel free to correct me. - Gonzalo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
