On 4/12/07, rajasekhar <[EMAIL PROTECTED]> wrote: > > > How to know information about flash function in CakePHP and how it is > used for tracking code.
One way to get an up-to-date look at how it works (at least as up-to-date as your version of CakePHP is) is to do a simple: [path/to/your/cakeapp/cake] # grep -r 'function flash' * You will see the function flash comes from the Session helper. HTH, Gonzalo. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
