Flash service
Purpose of this service is to make some data available across pages. Flash data is available on the next page but deleted when execution reach its end.
Usual use of Flash is to make possible that current page pass some data to the next one (for instance success or error message before HTTP redirect).
Flash service as a concep is taken from Rails. This thing really rocks!
Located in /environment/classes/flash/Flash.class.php (line 17)
Return flash service instance
Read flash data on construction
Add specific variable to the flash. This variable will be available on the next page unlease removed with the removeVariable() or clear() method
Call this function to clear flash. Note that data that previous page stored will not be deleted - just the data that this page saved for the next page
Return specific variable from the flash. If value is not found NULL is returned
Remove specific variable for the Flash
Documentation generated on Wed, 23 Jan 2008 01:58:41 +0000 by phpDocumentor 1.4.0